Views
No views yet
num_speculative_tokens=3. Higher is better.| 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 |
1vllm serve moonshotai/Kimi-K2.6 \
2 --tensor-parallel-size 8 \
3 --speculative-config '{"model": "lightseekorg/kimi-k2.6-eagle3-mla", "method": "eagle3", "num_speculative_tokens": 3}' \
4 --trust-remote-code1sglang serve \
2 --model-path moonshotai/Kimi-K2.6 \
3 --tp 8 \
4 --trust-remote-code \
5 --reasoning-parser kimi_k2 \
6 --tool-call-parser kimi_k2 \
7 --speculative-algorithm EAGLE3 \
8 --speculative-num-steps 3 \
9 --speculative-eagle-topk 1 \
10 --speculative-num-draft-tokens 4 \
11 --speculative-draft-model-path lightseekorg/kimi-k2.6-eagle3-mla1@misc{torchspec2026,
2 title={TorchSpec: An Online Speculative Decoding Training Framework},
3 url={https://github.com/torchspec-project/TorchSpec},
4 year={2026}
5}