Views
No views yet
| File | Quant | Size | BPW | Quality |
|---|---|---|---|---|
Qwen3.5-27B-heretic-Q8_0.gguf | Q8_0 | 27 GB | 8.50 | Excellent — near-lossless |
Qwen3.5-27B-heretic-Q6_K.gguf | Q6_K | 21 GB | 6.57 | Very good |
Qwen3.5-27B-heretic-Q5_K_M.gguf | Q5_K_M | 18 GB | 5.77 | Good |
Qwen3.5-27B-heretic-Q4_K_M.gguf | Q4_K_M | 15.4 GB | 4.92 | Recommended for most users |
Qwen3.5-27B-heretic-Q3_K_M.gguf | Q3_K_M | 12.4 GB | 3.95 | Usable — for low VRAM setups |
| File | Format | Size |
|---|---|---|
Qwen3.5-27B-mmproj-BF16.gguf | BF16 | 889 MB |
1llama-server \
2 -m Qwen3.5-27B-heretic-Q8_0.gguf \
3 --mmproj Qwen3.5-27B-mmproj-BF16.gguf \
4 --host 0.0.0.0 \
5 --ctx-size 32768 \
6 --gpu-layers 99 \
7 --tensor-split 1,1 \
8 --chat-template-kwargs '{"enable_thinking": false}' \
9 --repeat-penalty 1.0 \
10 --presence-penalty 1.5 \
11 --min-p 0.0 \
12 --top-k 20 \
13 --top-p 0.8 \
14 --temp 0.7llama-cli -m Qwen3.5-27B-heretic-Q4_K_M.gguf -ngl 99 -c 4096convert_hf_to_gguf.py + llama-quantize