DFlash2 is now supported for both Qwen3.8-27B weight profiles!
To try it, update and rebuild NInfer from the latest master, then redownload .ninfer artifact from Hugging Face:
Older artifacts still load as before, but they do not contain the DFlash2 companion weights. A fresh download is required to enable DFlash2.
Enable it with:
--spec dflash2 --draft-tokens 7 --lm-head-draft
Measurements were collected with --draft-tokens 7, int8 kv.
| Workload |
NVFP4 |
Groupwise INT |
| AIME 2026 #1 |
321.1 ± 15.6 |
224.2 ± 10.8 |
| AIME 2026 #15 |
183.4 ± 8.0 |
133.5 ± 4.9 |
| AIME 2026 #30 |
199.6 ± 10.2 |
175.2 ± 71.5 |
| Code |
265.5 ± 21.7 |
191.4 ± 12.9 |
| Story |
121.3 ± 30.6 |
84.0 ± 20.9 |
| Translation |
255.9 ± 50.6 |
181.9 ± 34.8 |
| Structured output |
356.8 ± 40.8 |
267.3 ± 30.7 |
Please give it a try! Feedback, performance reports, and reproducible bug reports are welcome.
DFlash2 is now supported for both Qwen3.8-27B weight profiles!
To try it, update and rebuild NInfer from the latest
master, then redownload .ninfer artifact from Hugging Face:Older artifacts still load as before, but they do not contain the DFlash2 companion weights. A fresh download is required to enable DFlash2.
Enable it with:
--spec dflash2 --draft-tokens 7 --lm-head-draftMeasurements were collected with --draft-tokens 7, int8 kv.
Please give it a try! Feedback, performance reports, and reproducible bug reports are welcome.