Views
No views yet
Qwen/Qwen3.8-27B, packaged for
speculative decoding in vLLM.incoai/Qwen3.8-27B-DFlash2.q/k/v/o_proj, gate/up/down_proj) to FP8 (E4M3) using
compressed-tensors:attention_conv, mlp_conv), the candidate selector, the fc head, all
norms, and the embeddings.compressed-tensors so the FP8
drafter weights are loaded correctly:1vllm serve Qwen/Qwen3.8-27B \
2 --speculative-config '{
3 "method": "dflash",
4 "model": "TechPrototyper/Qwen3.8-27B-DFlash2-fp8-vllm",
5 "quantization": "compressed-tensors",
6 "num_speculative_tokens": 7
7 }'temperature 1.0, top_p 0.95, top_k 20).incoai/Qwen3.8-27B-DFlash2,
built on the original DFlash work from
z-lab/dflash.1@misc{inco2026dflash2,
2 title = {{DFlash 2: Keep Drafting Parallel}},
3 author = {{Inco AI}},
4 year = {2026},
5 month = {August},
6 url = {https://inco.ai/blog/dflash2/}
7}
8
9@inproceedings{chen2026dflash,
10 title = {{DFlash: Block Diffusion for Flash Speculative Decoding}},
11 author = {Chen, Jian and Liang, Yesheng and Liu, Zhijian},
12 booktitle = {International Conference on Machine Learning (ICML)},
13 year = {2026}
14}