Views
No views yet
kimi-k25-mtp-780ba37).1vllm serve modularai/Kimi-K2.5-MTP \
2 --tensor-parallel-size 8 \
3 --trust-remote-code \
4 --speculative-config '{"model":"modularai/Kimi-K2.5-MTP","method":"mtp","num_speculative_tokens":1,"use_local_argmax_reduction":true}'| Config | Output tok/s | TPOT p50 (ms) | Acceptance Rate |
|---|---|---|---|
| No speculation | 947 | 14.07 | — |
| MTP k=1 | 869 | 15.85 | ~39% |
Note: The MTP acceptance rate is low (~39%) because the MTP weights were not trained directly on this base model checkpoint. With properly matched MTP weights (trained via self-distillation on this exact checkpoint), acceptance rates of 80-90% are expected, yielding ~1.5-1.8x throughput improvement.
kimi_k25 (VLM wrapper around DeepSeek V3 architecture)enorm + hnorm (RMSNorm) → concat → eh_proj (Linear 2×7168 → 7168) → decoder layer (MLA attention + MoE) → shared_head (RMSNorm + LM head)