Views
No views yet
Kimi-K2.6 base model, enabling faster
inference through speculative decoding. DSpark extends the DFlash parallel draft
backbone with two lightweight heads: a Markov logit-bias head (low-rank
intra-block token dependency) and a per-position confidence head (accept-rate
prediction). Trained with a vendored fork of the
speculators library through the
Camelot-Ray online pipeline (draft consumes hidden states streamed from a live
Kimi-K2.6 vLLM server).block_size=8mask_token_id=163608max_model_len=20000, cudagraphs enabled, and
fuse_allreduce_rms=false.lightseekorg/kimi-k2.6-eagle3-mla. Cells show
tok/s / speedup / accept_len. Standard rows use 6 prompts per benchmark.
Code-extra rows use the full LiveCodeBench and SPEED-Bench coding manifests
with max_tokens=512.| benchmark | rows | baseline tok/s | DSpark n=3 | DSpark n=7 | LightSeek Eagle3 n=3 | LightSeek Eagle3 n=7 | best |
|---|---|---|---|---|---|---|---|
| gsm8k | 6 | 131.3 | 269.1 / 2.05x / 2.805 | 363.5 / 2.76x / 4.461 | 213.6 / 1.92x / 2.621 | 220.1 / 1.97x / 3.245 | DSpark n=7 |
| math500 | 6 | 132.0 | 310.2 / 2.35x / 3.151 | 366.0 / 2.77x / 4.249 | 233.1 / 2.07x / 2.859 | 234.7 / 2.09x / 3.454 | DSpark n=7 |
| aime | 6 | 131.5 | 310.6 / 2.36x / 3.130 | 369.7 / 2.81x / 4.346 | 243.5 / 2.17x / 3.000 | 238.4 / 2.12x / 3.554 | DSpark n=7 |
| humaneval | 6 | 132.1 | 289.2 / 2.19x / 2.907 | 356.9 / 2.70x / 4.202 | 237.4 / 2.10x / 2.927 | 264.4 / 2.34x / 3.979 | DSpark n=7 |
| livecodebench | 121 | 130.8 | 243.6 / 1.86x / 2.465 | 244.1 / 1.87x / 2.839 | 217.9 / 1.67x / 2.308 | 193.2 / 1.48x / 2.507 | DSpark n=7 |
| speedbench_coding | 80 | 132.1 | 289.0 / 2.19x / 2.899 | 318.5 / 2.41x / 3.702 | 280.2 / 2.12x / 2.957 | 275.2 / 2.08x / 3.561 | DSpark n=7 |
num_speculative_tokens=7 as the default for math/code traffic.1uv pip install vllm --extra-index-url https://wheels.vllm.ai/nightly
2
3vllm serve <path-or-id-of-Kimi-K2.6> \
4 --tensor-parallel-size 8 \
5 --max-model-len 20000 \
6 --trust-remote-code \
7 --speculative-config '{
8 "model": "novita/kimi-k2.6-dspark",
9 "num_speculative_tokens": 7,
10 "method": "dspark"
11 }'scheduler_metadata must have shape (metadata_size) — the GPU-worker spec-decode path misses
fast_build=True when building draft attention metadata. Patch
vllm/v1/worker/gpu/spec_decode/speculator.py /
vllm/v1/worker/gpu/attn_utils.py to pass fast_build=True (mirrors
build_for_drafting() on the legacy proposer path).--compilation-config='{"pass_config": {"fuse_allreduce_rms": false}}'.apply_verifier_norm=False), hidden_states = concat of aux layers [1, 29, 57]