File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -773,11 +773,14 @@ def _harness_preset(
773773 ),
774774 Preset (
775775 name = "mlx-kakeya-degen-probe" ,
776- description = "DEBUG (Phase-1): full f_θ fused engine on a LONG prompt "
777- "(--ignore-turn-stop, default 256 tokens) to characterize "
778- "the long-decode degeneration onset. Emits KDBG NDJSON to "
779- "stderr (captured in the bridge log) + transcript JSON. NOT "
780- "gated — the degeneration is the thing being measured." ,
776+ description = "Long-decode regression probe: full f_θ fused engine on a "
777+ "LONG generation (--ignore-turn-stop) past the native "
778+ "RotatingKVCache ring wrap (max_size~1024), with a "
779+ "native-greedy control (--chat-native-ref) on the same "
780+ "prompt for an A/B coherence comparison. Guards the "
781+ "wrapped-ring trim-desync fix: at >=1300 tokens the fused "
782+ "output must stay coherent (match native), not collapse "
783+ "into a runaway repeat." ,
781784 command_templates = (
782785 (
783786 "python3" , "scripts/research/k3_integrated_niah_eval_mac.py" ,
You can’t perform that action at this time.
0 commit comments