CoolFace
Modelpublic

Alittlehammmer/Qwen3.6-27B-DFlash-GGUF-llama.cpp

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
20likes71kdownloads
Model Card

Qwen3.6-27B-DFlash

GGUF quantizations of z-lab/Qwen3.6-27B-DFlash.

Converted to BF16 using convert_hf_to_gguf.py, then quantized using llama-quantize from llama.cpp.

Available quants

QuantBitsSizeNotes
Q4KM4~1.03 GBAverage quality
Q5_K5~1.22 GBHigh quality
Q6_K6~1.43 GBVery high quality
Q8_08~1.84 GBHighest quality, near lossless, Recommended
BF1616~3.47 GBFull precision, reference file

Usage

Use in conjunction with existing Qwen3.6 Quants, example config if using llama-server:

bash
[Qwen3.6-27B-Q8_0-DFlash]
sm = layer
model = /mnt/gguf/Qwen3.6-27B/Qwen3.6-27B-Q8_0.gguf
model-draft = /mnt/gguf/Qwen3.6-27B/Qwen3.6-27B-DFlash-Q8_0.gguf
spec-type = draft-dflash
spec-draft-n-max = 6 

(Note: For some reason I cannot get sm = tensor to work, it crashes on launch, pretty sure this is an issue in llama.cpp)

Original model

See the original model card for details on capabilities, benchmarks, and license.