lightseekorg/kimi-k2.6-eagle3.1-mla
77.4k
Kimi-K2.6 Eagle3.1 MLA
EAGLE3 draft model for speculative decoding with Kimi-K2.6-NVFP4.
Improved over kimi-k2.6-eagle3-mla with fcnorm and normoutput.
Features
- fc_norm: Per-chunk RMSNorm on auxiliary hidden states before FC projection
- norm_output: Uses post-norm hidden states as auxiliary output
Benchmark Results
Target model: nvidia/Kimi-K2.6-NVFP4
3-token draft (numspeculativetokens=3)
Usage with vLLM
vllm serve nvidia/Kimi-K2.6-NVFP4 \
--trust-remote-code \
--tensor-parallel-size 4 \
--tool-call-parser kimi_k2 \
--enable-auto-tool-choice \
--reasoning-parser kimi_k2 \
--attention-backend tokenspeed_mla \
--speculative-config '{"model":"lightseekorg/kimi-k2.6-eagle3.1-mla","method":"eagle3","num_speculative_tokens":3}' \
--language-model-onlyNote: Requires vLLM with PR #42764 and PR #43482 for fc_norm support.
