Views
No views yet
moonshotai/Kimi-K3block_size=7[7, 23, 51, 67, 83]acc_len is SGLang's histogram-native request acceptance length, averaged
within each question and then equally across questions.| Dataset | Questions | acc_len |
|---|---|---|
| SWE-Rebench | 50 | 4.6594 |
| GSM8K | 1,319 | 5.4176 |
| MATH500 | 500 | 4.1329 |
| HumanEval | 164 | 5.5121 |
| MBPP | 257 | 5.1980 |
| MT-Bench | 80 | 3.9342 |
| AIME26 | 30 | 2.9893 |
| RULER V2 1M (MK/MV/QA) | 150 (50 per partition) | 4.2553 |
| Output-token bucket | Questions | Actual output range | acc_len |
|---|---|---|---|
| 0–1K | 13 | 192–885 | 3.1310 |
| 1–2K | 5 | 1,359–1,828 | 2.5773 |
| 2–4K | 6 | 2,210–3,732 | 2.5632 |
| 4–8K | 4 | 5,187–7,750 | 2.7174 |
| 8–16K | 0 | — | — |
| 16–32K | 0 | — | — |
| 32K+ | 2 | 54,545–224,703 | 4.9194 |
1sglang serve \
2 --trust-remote-code \
3 --model-path moonshotai/Kimi-K3 \
4 --tp-size 8 \
5 --dcp-size 8 \
6 --mem-fraction-static 0.85 \
7 --max-mamba-cache-size 160 \
8 --max-running-requests 32 \
9 --cuda-graph-max-bs-decode 32 \
10 --reasoning-parser kimi_k3 \
11 --tool-call-parser kimi_k3 \
12 --host 0.0.0.0 \
13 --port 30000 \
14 --speculative-algorithm DSPARK \
15 --speculative-draft-model-path RadixArk/Kimi-K3-DSpark \
16 --speculative-dspark-block-size 7 \
17 --speculative-draft-attention-backend trtllm_mha \
18 --enable-linear-replayssm-spec \
19 --context-length 1048576 \
20 --chunked-prefill-size 16384original_max_position_embeddings=65536 and
max_position_embeddings=1048576; no separate draft config override is
required.0.1 CE + 0.9 L1 distillation + 1.0 confidence BCE, decay gamma 4.0, with 512 sampled anchors per sequence and block_size=7.SHARD_GRAD_OP on the draft, TP-batch scatter. Batch 8 per replica × 32 accumulation steps × 2 replicas = global batch 512.