matlod commited on
Commit
2e2d6c7
·
verified ·
1 Parent(s): 5e2d275

card: note the future direction (an adapter that assigns compute on its own)

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -22,7 +22,11 @@ clear rough edges listed below. We are publishing it as an intermediate
22
  release while we try something considerably more ambitious that may or may
23
  not work (an all-in-one adapter that internalises the whole two-pass
24
  pipeline). If that lands it will replace this file; if it does not, this
25
- one still does a useful job.
 
 
 
 
26
 
27
  ## What it does
28
 
 
22
  release while we try something considerably more ambitious that may or may
23
  not work (an all-in-one adapter that internalises the whole two-pass
24
  pipeline). If that lands it will replace this file; if it does not, this
25
+ one still does a useful job. Part of that work is finding out whether an
26
+ adapter can be made to actually assign more compute to the burst on its
27
+ own (a variable-rate attention behaviour learned inside the model, rather
28
+ than the nodes stretching the clock for it); this pilot does not do that,
29
+ see the mechanics note below.
30
 
31
  ## What it does
32