Date: 2026-07-15
Status: closed without a throughput result or submission.
The K160 checkpoint contains one attached MTP layer. vLLM permits two draft
tokens by executing that layer twice. This changes target verification from
M=2 to M=3. The row-exact compressor diagnostic was generalized from exactly
two rows to narrow verifier widths 2-4 in vLLM commit
4e47b18c97f359e8973e7069c6d2eb0f2d68bf7a; larger prefill matrices are
untouched.
Run:
/mnt/fast-ai/bench-results/deepseek-v4-flash-xpu/mtp2-rowexact-graph-oneccl1712-20260715T1900Z
Identity: --spec-method mtp --spec-tokens 2, row-exact compressor enabled,
otherwise the promoted MTP1 graph/collective/fusion identity.
The exact pre-hang gate proves that the generalized compressor route handles M=3 arithmetic for short sequences. It does not make repeated use of the single MTP layer economically useful, and it does not repair the later engine deadlock.
Close MTP2 and all larger repeated-single-layer MTP widths. Do not report a throughput number and do not submit. The second draft contributes virtually no accepted tokens on the realistic suite while doubling draft positions and introducing a hang. Restore MTP1 as the live endpoint.
The next credible speed work is inside the qualified MTP1 cycle: remove the cost of its row-exact M=2 compressor repair without changing the two-M=1 arithmetic boundary, or reduce verifier/sampler overhead. Any candidate still requires the 20-capture sustained replay gate.