Views
No views yet
Q4_0_ROCMFP4_STRIX_LEAN GGUF quantization of
Qwen/Qwen3.6-35B-A3B
(Qwen3.5-MoE architecture, ~3B active, multimodal), produced for AMD Strix
Halo (Ryzen AI Max, gfx1151).⚠️ These files use ROCmFP4 tensor types (ggml type 106) — stock llama.cpp will reject them (invalid ggml type). Use either:
- kyuz0/amd-strix-halo-toolboxes
rocm-7.2.4-rocmfp4image (public, maintained), or- the Hal0ai/Hal0_ROCmFPX llama.cpp fork.
ROCMFP4_FAST and an MTP-focused ROCmFP4 exist elsewhere — the STRIX_LEAN
recipe trades a hair of file size for the Strix attn-K/V quality layout +
Q5_K token embeddings).| File | Quant | BPW | Size | Notes |
|---|---|---|---|---|
Qwen3.6-35B-A3B-Q4_0_ROCMFP4_STRIX_LEAN.gguf | Q4_0_ROCMFP4_STRIX_LEAN | 4.29 | 19.0 GB | Fits a 64 GB carve-out with long context to spare |
mmproj-BF16.gguf | BF16 | — | 0.90 GB | Vision projector — load alongside the quant |
imatrix_unsloth.gguf_file | — | — | 184 MB | Importance matrix used for calibration (from unsloth) |
rocm-7.2.4-rocmfp4 toolbox, llama-bench -fa 1 --mmap 0:| test | tok/s |
|---|---|
| pp512 | 1102 |
| tg128 | 63.1 |
1llama-quantize --imatrix imatrix_unsloth.gguf_file \
2 Qwen3.6-35B-A3B-BF16-00001-of-00002.gguf \
3 Qwen3.6-35B-A3B-Q4_0_ROCMFP4_STRIX_LEAN.gguf \
4 Q4_0_ROCMFP4_STRIX_LEAN1llama-server -m Qwen3.6-35B-A3B-Q4_0_ROCMFP4_STRIX_LEAN.gguf \
2 --mmproj mmproj-BF16.gguf -ngl 999 -fa on --jinja -c 65536