Commit 6b362a8
debug(moe): TQ_MOE_PROBE — L4 router collapse signature at long positions
Adds per-layer top-K expert ID + routing weight dump env, gated on layer-0
MoE call counter.
Measurement on Qwen3.6-35B IQ4_XS drift-trigger prompt at calls 50/100/115/117:
call=50: all 40 MoE layers balanced (top1 ≈ 0.15-0.30)
call=100: L4 top1=0.812 (expert 67, extreme collapse)
call=115: L4 top1=0.804 (same expert 67, persistent)
other 39 layers: mean top1=0.221 (healthy)
call=117: max top1=0.450; back to normal
L4 at long positions narrows to ~80% weight on expert 67 while all
other MoE layers stay balanced. Not a uniform multi-layer collapse.
Refines R24 hypothesis: drift is a single-hot-layer bottleneck (L4)
interacting with DeltaNet's persistent semantic state — explains why 4B
(no MoE) is immune. Next: A/B suppress L4's router collapse (temperature
on softmax) to test if L4 is causal.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 88ed094 commit 6b362a8
2 files changed
Lines changed: 64 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
6 | 39 | | |
7 | 40 | | |
8 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
661 | 661 | | |
662 | 662 | | |
663 | 663 | | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
664 | 695 | | |
665 | 696 | | |
666 | 697 | | |
| |||
0 commit comments