Views
No views yet
incoai/Qwen3.8-27B-DFlash2,
the DFlash 2 draft model for
Qwen/Qwen3.8-27B.
It is not a standalone language model: it runs inside a speculative
decoding server and drafts tokens for the target model to verify. This
repository is a mirror of
incoai/Qwen3.8-27B-DFlash2-GGUF.
| File | Size |
|---|---|
Qwen3.8-27B-DFlash2-Q4_K_M.gguf | 1.1 GB |
Qwen3.8-27B-DFlash2-Q8_0.gguf | 2.0 GB |
Qwen3.8-27B-DFlash2-BF16.gguf | 3.8 GB |
1git clone https://github.com/ggml-org/llama.cpp.git
2cd llama.cpp
3git fetch origin pull/27342/head:pr-27342
4git switch pr-27342
5
6# NVIDIA CUDA
7cmake -B build -DCMAKE_BUILD_TYPE=Release -DGGML_CUDA=ON
8cmake --build build -j
9
10# Apple Silicon
11cmake -B build -DCMAKE_BUILD_TYPE=Release -DGGML_METAL=ON
12cmake --build build -j1./build/bin/llama-server \
2 -hf ggml-org/Qwen3.8-27B-GGUF:Q4_K_M \
3 -hfd incoai/Qwen3.8-27B-DFlash2-GGUF:Q4_K_M \
4 --spec-type draft-dflash \
5 --spec-draft-n-max 7ggml-org/Qwen3.8-27B-GGUF, Q4_K_Mxhigh reasoning effort| Draft GGUF | Acceptance Length |
|---|---|
| BF16 | 5.28 |
| Q8_0 | 5.13 |
| Q4_K_M | 5.39 |
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}1@inproceedings{chen2026dflash,
2 title = {{DFlash: Block Diffusion for Flash Speculative Decoding}},
3 author = {Chen, Jian and Liang, Yesheng and Liu, Zhijian},
4 booktitle = {International Conference on Machine Learning (ICML)},
5 year = {2026}
6}