Views
No views yet
Qwen3.6-27B.gguf - Mainly tested with Q8_0.| File | Quant | Size |
|---|---|---|
qwen36-27b-dflash-F16.gguf | F16 | 3.3 GB |
qwen36-27b-dflash-Q8_0.gguf | Q8_0 | 1.8 GB |
qwen36-27b-dflash-Q4_K_M.gguf | Q4_K_M | 986 MB |
1./build/bin/llama-server \
2 --model <target.gguf> \
3 --model-draft <draft.gguf> \
4 --spec-type dflash:n_max=<N>,cross_ctx=<N> ...Q4_K_M and Q8_0 are small test-oriented quants; create your own quant if you need a different tradeoff.