DaoCloud/Qwen3.8-27B-DFlash2-Exp
Qwen3.8-27B-DFlash2-Exp
An experimental DFlash2 drafter for `Qwen/Qwen3.8-27B`.
This checkpoint uses a 7-query sample_from_anchor=true layout that produces seven draft proposals from seven query positions instead of eight, reducing draft-side query compute.
Results
Accepted length is calculated from the raw server counters:
accepted_length = 1 + accepted_tokens / draft_callsArchitecture
Training data
A decontaminated, redistributable subset of the training corpus is released as `DaoCloud/Qwen3.8-27B-Drafter-SFT`.
Example: Run with vLLM
This is a drafter checkpoint, not a standalone language model. Pair it with Qwen3.8-27B or a compatible quantized version:
vllm serve Qwen/Qwen3.8-27B \
--tensor-parallel-size 1 \
--enable-auto-tool-choice \
--tool-call-parser qwen3_coder \
--reasoning-parser qwen3 \
--mm-encoder-tp-mode data \
--speculative-config '{
"method": "dflash",
"model": "DaoCloud/Qwen3.8-27B-DFlash2-Exp",
"num_speculative_tokens": 7
}'This checkpoint uses the 7-query sample_from_anchor=true layout and currently requires vLLM PR #54154.
Checkpoint
The BF16 checkpoint contains 81 tensors and 1,924,404,480 parameters. It is released as a 3,848,817,920-byte (3.584 GiB) safetensors file.
Future work
- Adaptive verification: explore confidence-head-driven adaptive draft budgets for high-concurrency serving, including varlen GDN support (vLLM #51869).
- MoE drafter: explore sparsely activated drafter architectures for large-scale serving, increasing model capacity without proportionally increasing active compute.
License
Apache-2.0.
