Views
No views yet
| Metric | FP8 golden | this checkpoint | retention |
|---|---|---|---|
| miniF2F-test slice, compiler-verified (4 attempts) | 38/120 | 29/120 | 76% |
| PutnamBench slice | 1/60 | 0/60 (partial: 0/10 scored at stop) | — |
| Teacher-forced top-1 agreement (135×32 tok, Lean) | 1.0 | 0.789 | — |
| Repetition battery (5-turn proof convs) | pass | pass | no degeneration |
| Decode on 2×RTX 4090 + DDR5 (experts on CPU) | — | 33 t/s | — |
ffn_gate_exps/ffn_up_exps → IQ2_XXS everywhere (verified
safe). ffn_down_exps → Q6_K on layers {0–3, every 3rd, 30–35}, Q4_K
elsewhere — this promotion pattern is load-bearing: flattening it to ≤Q4_K
produces hard NaN on real Lean input while remaining coherent on casual English
(seven falsified recipe variants; test on your target domain, not chit-chat).
Everything else (attention/MLA, router gates, shared experts, embeddings,
output) Q8_0. imatrix: 1.3M tokens of Lean-domain text (mathlib/STP/LeanDojo),
included as imatrix-lean-v1.dat.1llama-server -m Leanstral-WhiteDwarf-seed-v3.gguf \
2 --host 127.0.0.1 --port 8080 -np 4 -c 131072 \
3 -b 2048 -ub 512 -fa on --jinja \
4 --chat-template-file chat_template.jinja \
5 -ngl 999 --override-tensor 'ffn_.*_exps.*=CPU'--override-tensor 'ffn_.*_exps.*=CPU'):
2-bit expert tensors on the CUDA backend produced NaN on the builds tested.
Non-expert layers + KV on GPU, experts in RAM: ~33 t/s on 2×4090.chat_template.jinja (from Leanstral-2603, community consensus for 1.5).SEBK4C/Leanstral-WhiteDwarf. Remaining route: finish t2 noise replicas →
golden/noise.json → gate check (anchor 0.2167, local verifier) → ratchet
loop (first phase: promote ffn_down_exps floor Q4_K→Q5_K until the gate
passes, then shrink from above — expected gate-passing size 51–55 GB, then
descend). notes/CONTINUE-RUN.md has exact commands for both local
(2×4090, ~2 days) and rented-GPU (1×H100-80G, ~hours) execution.