Views
No views yet
llama-quantize --allow-requantize --pure, which drops the mixed-precision quality hedge so every tensor is IQ4_XS: 13.54 GiB instead of 14.50, and decode reads fewer bytes per token through the fastest kernel path on RDNA4.| this file (pure) | Unsloth UD-IQ4_XS (recommended default) | |
|---|---|---|
| Size | 13.54 GiB | 13.27 GiB |
| HumanEval decode, DFlash2 block 16 | 235.8 tok/s (257.3 peak) | 208.1 tok/s |
| End-to-end, same ten prompts | 174.5 tok/s | 156.2 tok/s |
| Plain decode | 37.4 tok/s | 32.3 tok/s |
| PPL vs Q8_0 | +1.9% | +0.7% |
| Mean KLD vs Q8_0 | 0.028 | 0.018 |
| Top-1 agreement with Q8_0 | 92.0% | 94.1% |
| HumanEval pass@1 | 144/164 | 151/164 |
| GSM8K (first 200) | 171/200 | 177/200 |
1./dflash_server Qwen3.8-27B-IQ4_XS-pure.gguf \
2 --draft qwen38-dflash2-q8_0.gguf \
3 --draft-block-size 16 --max-ctx 131072 \
4 --cache-type-k q8_0 --cache-type-v q8_0server/scripts/convert_dflash_to_gguf.py from the lucebox repo. Reproduce this file yourself from bartowski's IQ4_XS with:1llama-quantize --allow-requantize --pure \
2 Qwen3.8-27B-IQ4_XS.gguf Qwen3.8-27B-IQ4_XS-pure.gguf IQ4_XS