Commit 6bde294
docs(v0.5-cuda): correct overclaim — Qwen3-4B run was a wrapper SMOKE TEST, not engine validation
Honest correction: the Qwen3-4B H200 run validated only the KakeyaVLLM Python
wrapper plumbing (builds vLLM, override reaches config, CUDA graphs capture,
generate returns). It is NOT validation of Kakeya Attention: Qwen3-4B has no
trained f_theta/proposer, so restoration never ran, and prompts were inside the
68-token window so nothing was evicted.
v0.5-cuda's real engine evidence is the committed gemma-4-26B KIE-v2 numbers,
which hold at recall 1.0 @ sw=68 BECAUSE gemma-4's 5/30 native full-attention
layers carry recall (S5 free lunch) — no trained f_theta/proposer needed. The
full-attention path (where restoration IS required and must be trained) is v0.6.
- report §5 rewritten as is/is-not validated
- README v0.5 note + ADR 0015 milestone reframed
- artifact relabeled as wrapper smoke test
Co-authored-by: FluffyAIcode <FluffyAIcode@users.noreply.github.com>1 parent 69751d6 commit 6bde294
3 files changed
Lines changed: 42 additions & 20 deletions
File tree
- docs
- adr
- reports
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
400 | 405 | | |
401 | 406 | | |
402 | 407 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
114 | 117 | | |
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
126 | 143 | | |
127 | | - | |
128 | | - | |
129 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
130 | 147 | | |
131 | 148 | | |
132 | 149 | | |
| |||
0 commit comments