Alittlehammmer/Qwen3.6-27B-DFlash-GGUF-llama.cpp
2071k
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
Usage
Use in conjunction with existing Qwen3.6 Quants, example config if using llama-server:
[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.
