CoolFace
Modelpublic

Radamanthys11/Qwen3.6-27B-DFlash-GGUF

sourceHugging Faceupdated 3mo agoView on Hugging Face
1likes174downloads
Model Card

Qwen 3.6 27B DFlash GGUF

GGUF made to use in ikawrakow/ik_llama.cpp, currently for PR #1970. The small quantizations delivered here are made for test purposes; feel free to create your own quantization.

Derived from the safetensors DFlash draft model z-lab/Qwen3.6-27B-DFlash.

Compatible target model

  • —Qwen3.6-27B.gguf - Mainly tested with Q8_0.

Files

FileQuantSize
qwen36-27b-dflash-F16.ggufF163.3 GB
qwen36-27b-dflash-Q8_0.ggufQ8_01.8 GB
qwen36-27b-dflash-Q4_K_M.ggufQ4KM986 MB

Usage

bash
./build/bin/llama-server \
  --model <target.gguf> \
  --model-draft <draft.gguf> \
  --spec-type dflash:n_max=<N>,cross_ctx=<N> ...

Notes

  • —This repo contains DFlash draft models, not a standalone instruct model.
  • —Use it with the matching target family listed above.
  • —Q4_K_M and Q8_0 are small test-oriented quants; create your own quant if you need a different tradeoff.