Update README.md
Browse files
README.md
CHANGED
|
@@ -143,7 +143,7 @@ Kimi-K3 does not fit on a single GB300 node, so training used a multi-node setup
|
|
| 143 |
## Deployment
|
| 144 |
```bash
|
| 145 |
# Deploy with speculative decoding on vLLM latest main
|
| 146 |
-
vllm serve moonshotai/Kimi-K3 --spec-method dspark --spec-model RedHatAI/Kimi-K3-speculator.dspark --spec-tokens 8 --trust-remote-code --gpu-memory-utilization 0.95 --tensor-parallel-size 8 --load-format fastsafetensors --no-enable-flashinfer-autotune --max-model-len 131072 --kv-cache-dtype fp8 --attention-config '{"use_prefill_query_quantization":true,"mla_prefill_backend":"flashinfer"}' --
|
| 147 |
```
|
| 148 |
## Acceptance Rates
|
| 149 |
Per-position token acceptance rates across datasets, at 8 draft tokens per step:
|
|
|
|
| 143 |
## Deployment
|
| 144 |
```bash
|
| 145 |
# Deploy with speculative decoding on vLLM latest main
|
| 146 |
+
vllm serve moonshotai/Kimi-K3 --spec-method dspark --spec-model RedHatAI/Kimi-K3-speculator.dspark --spec-tokens 8 --trust-remote-code --gpu-memory-utilization 0.95 --tensor-parallel-size 8 --load-format fastsafetensors --no-enable-flashinfer-autotune --max-model-len 131072 --kv-cache-dtype fp8 --attention-config '{"use_prefill_query_quantization":true,"mla_prefill_backend":"flashinfer"}' --enable-auto-tool-choice --tool-call-parser kimi_k3 --reasoning-parser kimi_k3
|
| 147 |
```
|
| 148 |
## Acceptance Rates
|
| 149 |
Per-position token acceptance rates across datasets, at 8 draft tokens per step:
|