7
stars
4
commits
5
linked in READMEs
Jun 10, 2026
updated
kimi-k2.6-eagle3-mla is an Eagle3 MTP draft model with MLA (Multi-Latent Attention) for accelerating inference of Kimi-K2.6, trained with TorchSpec — an online speculative decoding training framework that runs FSDP training and inference concurrently. If you find this draft model useful, please give our project TorchSpec a star on GitHub.
Compared with an MHA draft model, the MLA variant is a better fit for Kimi-K2.6 deployment:
The primary metric is accept_length — the average number of tokens accepted per speculation step with num_speculative_tokens=3. Higher is better.
Benchmarks were run on vLLM 0.20.0 with 8× B200 GPUs.
| Category | Benchmark | N | Accept Length |
|---|---|---|---|
| Dialogue | MTBench | 80 | 2.624 |
| Chinese | CEval | 212 | 2.494 |
| Math | GSM8K | 500 | 2.987 |
| Code | HumanEval | 164 | 3.241 |
| Math | MATH500 | 500 | 3.245 |
| Math | AIME | 30 | 2.982 |
| Code | LiveCodeBench | 200 | 2.706 |
| Code | SPEED-Bench (coding) | 80 | 3.006 |
vllm serve moonshotai/Kimi-K2.6 \
--tensor-parallel-size 8 \
--speculative-config '{"model": "lightseekorg/kimi-k2.6-eagle3-mla", "method": "eagle3", "num_speculative_tokens": 3}' \
--trust-remote-code
sglang serve \
--model-path moonshotai/Kimi-K2.6 \
--tp 8 \
--trust-remote-code \
--reasoning-parser kimi_k2 \
--tool-call-parser kimi_k2 \
--speculative-algorithm EAGLE3 \
--speculative-num-steps 3 \
--speculative-eagle-topk 1 \
--speculative-num-draft-tokens 4 \
--speculative-draft-model-path lightseekorg/kimi-k2.6-eagle3-mla
@misc{torchspec2026,
title={TorchSpec: An Online Speculative Decoding Training Framework},
url={https://github.com/torchspec-project/TorchSpec},
year={2026}
}
3 commits
1 commits
7
stars
4
commits
5
linked in READMEs
Jun 10, 2026
updated
kimi-k2.6-eagle3-mla is an Eagle3 MTP draft model with MLA (Multi-Latent Attention) for accelerating inference of Kimi-K2.6, trained with TorchSpec — an online speculative decoding training framework that runs FSDP training and inference concurrently. If you find this draft model useful, please give our project TorchSpec a star on GitHub.
Compared with an MHA draft model, the MLA variant is a better fit for Kimi-K2.6 deployment:
The primary metric is accept_length — the average number of tokens accepted per speculation step with num_speculative_tokens=3. Higher is better.
Benchmarks were run on vLLM 0.20.0 with 8× B200 GPUs.
| Category | Benchmark | N | Accept Length |
|---|---|---|---|
| Dialogue | MTBench | 80 | 2.624 |
| Chinese | CEval | 212 | 2.494 |
| Math | GSM8K | 500 | 2.987 |
| Code | HumanEval | 164 | 3.241 |
| Math | MATH500 | 500 | 3.245 |
| Math | AIME | 30 | 2.982 |
| Code | LiveCodeBench | 200 | 2.706 |
| Code | SPEED-Bench (coding) | 80 | 3.006 |
vllm serve moonshotai/Kimi-K2.6 \
--tensor-parallel-size 8 \
--speculative-config '{"model": "lightseekorg/kimi-k2.6-eagle3-mla", "method": "eagle3", "num_speculative_tokens": 3}' \
--trust-remote-code
sglang serve \
--model-path moonshotai/Kimi-K2.6 \
--tp 8 \
--trust-remote-code \
--reasoning-parser kimi_k2 \
--tool-call-parser kimi_k2 \
--speculative-algorithm EAGLE3 \
--speculative-num-steps 3 \
--speculative-eagle-topk 1 \
--speculative-num-draft-tokens 4 \
--speculative-draft-model-path lightseekorg/kimi-k2.6-eagle3-mla
@misc{torchspec2026,
title={TorchSpec: An Online Speculative Decoding Training Framework},
url={https://github.com/torchspec-project/TorchSpec},
year={2026}
}
3 commits
1 commits