Bump candle-mi to v0.1.11.
Changes in this release:
- Bump anamnesis 0.4.6 -> 0.6.0 (skips minor 0.5; audited for sae +
stoicheia builds, no source changes required at the call sites in
src/sae/npz.rs, src/stoicheia/mod.rs, src/clt/mod.rs, src/error.rs).
- Pick up latest hf-fetch-model patch (now 0.10.3).
Highlights (see CHANGELOG for full list):
- New Qwen3 transformer arm (validated 5.53e-5 abs-diff GPU vs Python).
- New CltSplitJumpReLU schema for BlueLightAI Qwen3 CLTs.
- New vocab_scan example + 3 helper scripts for the Anthropic
Appendix B vocabulary-scan protocol.
- New --strength-grid + --no-suppress flags on figure13_planning_poems.
- 5 new Qwen3 figure13 presets + 2 Llama/Gemma reference cells in the
same harness; cross-size aggregation findings landing the strongest
redirect at 33,860x on Qwen3-0.6B-Base x BlueLightAI-dev 16K CLT.
- Tokenizer fix: find_token_id now handles add_bos_token=false models
(Qwen3) correctly; previously returned wrong sub-token silently.
- Hook architecture diagnostic (proves hooks are not a bottleneck).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>