You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI: progressive k128 auto-enabled when KV is compressed
k_highres_window defaults to -1 (auto). When KV compression is active
(any kv_type except fp32), it automatically resolves to 128. Users can
still disable with --k-window 0 or set a custom value.
Now all 3 distribution channels default to progressive:
Python: progressive=True
WASM: k_highres_window=128
CLI: auto k128 when -k is set
Verified: SmolLM2 PPL 48.37 (same as explicit --k-window 128).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments