Views
No views yet
mode (withblock_size=8`)./chat/completions API endpoint.Note: When using vLLM, you must enable the dedicated configuration fileconfig_vllm.jsonfor this model. Before running the command below, please renameconfig_vllm.jsonin the model directory toconfig.jsonfor it to take effect.
1vllm serve Qwen/Qwen3-30B-A3B \
2 --speculative-config '{
3 "method": "dspark",
4 "num_speculative_tokens": 7,
5 "model": "<our-dspark-model-path>"
6 }'| Category | Source Dataset | Sample Size | Avg. Accept Length |
|---|---|---|---|
| Math Reasoning | GSM8K | 200 | 4.6 |
| Math Reasoning | AIME2025_Prompt | 30 | 4.14 |
| Code Generation | HumanEval | 200 | 4.04 |
| Multi-turn Dialogue | MTBench_Prompt | 80 | 3.33 |
| General Comprehensive | Magpie-Qwen2-Pro-200K | 200 | 2.72 |