Commit d06d0bc
phase 3 day 5: Phi-3.5 Q8 + lookup improvements → Acme 7/7
Karpathy loop on Acme benchmark with Phi-3.5-mini (Q8_0, unified server):
Baseline: 5/7
Loop 1: lookup prompt "DIRECTLY answers" → 6/7 (+Q1, +Q7)
Loop 2: 3-sentence window (was 2) → 7/7 (+Q6)
Changes:
- _llm.py: switch to Q8_0 model (3x faster than Q4_K_M)
- lookup.py: stronger select-by-index prompt + 3-sentence context window
D3 gate: PASS (7/7, 157s, ~22s/question on M3)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e9b4df5 commit d06d0bc
2 files changed
Lines changed: 14 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
168 | 172 | | |
169 | 173 | | |
170 | 174 | | |
| |||
0 commit comments