Skip to content

Commit 7208318

Browse files
docs(manifest): degen-probe is now a long-decode regression guard (drop stale KDBG mention)
Co-authored-by: FluffyAIcode <FluffyAIcode@users.noreply.github.com>
1 parent dc8169c commit 7208318

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

inference_engine/bridge/manifest.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)