Quantizations of trohrbaugh/Qwen3.8-27B-heretic-ara with MTP (Multi-Token Prediction) tensors preserved (866 tensors) and vision projector (mmproj) for multimodal image understanding.
Includes ROCmFPX quants for the ROCmFPX fork of llama.cpp — ~42 t/s average decode on AMD Strix Halo (50–75% faster than stock Vulkan).
Files
File
Size
BPW
Format
Description
Qwen3.8-27B-heretic-ara-ROCmFP4-FAST.gguf
14 GB
4.26
Q4_0_ROCMFP4_FAST
Fastest — ROCmFPX Vulkan, ~42 t/s decode with MTP
Qwen3.8-27B-heretic-ara-Q4_K_M-MTP.gguf
16 GB
4.83
Q4_K_M
Stock llama.cpp, ~27–28 t/s decode with MTP
Qwen3.8-27B-heretic-ara-Q6_K-MTP.gguf
21 GB
6.56
Q6_K
Higher quality, stock llama.cpp
Qwen3.8-27B-heretic-ara-ROCmFP6.gguf
21 GB
6.50
Q6_0_ROCMFPX
Higher quality, ROCmFPX Vulkan
mmproj-Qwen3.8-27B-heretic-ara-BF16.gguf
931 MB
—
BF16
Vision encoder/projector (shared by all quants)
Which quant should I use?
ROCmFP4_FAST (14 GB): Fastest option on RDNA 3.5 (Strix Halo, gfx1151). Requires ROCmFPX fork with -dev Vulkan0. ~42 t/s average decode. Best choice if you have Strix Halo and want maximum speed.
Q4_K_M (16 GB): Best for stock llama.cpp on any hardware. ~27–28 t/s on Strix Halo. Full vision + MTP support. Best choice for general use.
Q6_K (21 GB): Higher quality for creative writing and nuanced reasoning. ~30% slower on unified memory due to larger file size. Choose if quality matters more than speed.
ROCmFP6 (21 GB): Higher quality ROCmFPX variant. ~24 t/s on Strix Halo. Use if you want both ROCmFPX speed and higher quality, and have memory headroom.
Note: mmproj has zero impact on text-only request performance — the vision encoder only activates for image-bearing requests. Safe to load mmproj permanently.
Important: MTP speculative decoding must be disabled for vision requests on ROCmFPX (b213) — the non-consecutive token positions from image embeddings crash MTP boundary tracking. Omit --spec-type draft-mtp when using --mmproj. Vision decode runs at ~13.6 t/s without MTP. Text-only requests will not benefit from MTP in this configuration; use a separate text-only server with MTP for maximum text speed.
Stock llama.cpp quants (Q6_K, Q4_K_M) outperform ROCmFPX quants at similar BPW — Q6_K-MTP (6.56 BPW) scores 14% higher on HumanEval+ than ROCmFP6 (6.50 BPW). The ROCmFPX quantization format trades code quality for decode speed. All quants handle math/reasoning, creative writing, and vision correctly on qualitative tests.
Qualitative comparison
All quants tested on identical prompts at temperature 0.0:
Math/reasoning: All produce correct step-by-step solutions
Creative writing: All produce strong prose. Q6 variants show marginally richer vocabulary.
Vision: All correctly identify shapes, colors, and text in test images.
Architecture
Qwen3.8-27B uses the qwen3.5 architecture — a hybrid DeltaNet + attention model (48 linear + 16 full-attention layers) with an integrated vision encoder. Key notes:
Natively multimodal — 333 vision tensors for image understanding (extracted as mmproj)
Prompt caching is broken in llama.cpp for hybrid-memory models (every turn reprocesses full context)
Only 16 layers grow KV cache → cheap context scaling