kingjones777/Granite-4.2-30B-ROCmFP4-STRIX_LEAN-GGUF
Granite 4.2-30B (STRIX_LEAN) — ROCmFP4 for AMD Strix Halo (gfx1151)
I built this STRIX_LEAN quantization of ibm-granite/granite-4.2-30b on my Strix Halo box for the ROCmFPX runtime. This is the 4th tier of my Granite 4.2 set — the lean 4-bit one people normally want.
The file
Type histogram, read from the finished file:
Q4_0_ROCMFP4_FAST x320, F32 x129, Q4_0_ROCMFP4 x128, Q6_K x1, Q5_K x1What STRIX_LEAN is — and what it protects
STRIXLEAN is my lean 4-bit tier. The body is ROCmFP4 with the Strix Halo attention K/V quality recipe (that is what the STRIX part buys you), and the token embedding table is trimmed to **Q5K** — that is the LEAN part, the size saving versus my COHERENT tier, which keeps the embeddings at Q6_K.
What never gets trimmed is the head. Every STRIXLEAN I publish carries the protected Q6K LM head. This model has tie_word_embeddings: false, so output.weight is a real standalone tensor, and a 4-bit head would degrade the logits of every single token. I quantized with --output-tensor-type q6_K and confirmed the head landed at Q6_K by exact-name read-back on the finished file (output.weight — exact match, not substring).
How I built it
- Manifest gate: pulled
ibm-granite/granite-4.2-30bfile list from the HF API with?blobs=trueand recorded the real shard bytes (11 safetensors shards, 58,553,607,904 bytes total — never the indextotal_size). - Downloaded and byte-verified all 24 files against that manifest (sizes + LFS sha256).
- Converted with
convert_hf_to_gguf.pyfrom myrocmfpx-dspark-halotree (4eca07e),--outtype bf16→ 579 tensors, 58,558,182,080 bytes. - Quantized with the same tree's
llama-quantizeat 16 threads with--output-tensor-type q6_K. Dry-run estimate 15,025.08 MiB (4.31 bpw); the real file landed within ~3.4 MiB of it.
Speed — full offload
Full-offload speed being measured on an idle box, card will be updated.
My build box currently serves 8 live llama-server seats that hold the unified memory a full -ngl 999 --no-mmap load of a 14.7 GiB file would need, and I do not publish partial-offload numbers — a partial-offload t/s measures CPU weight streaming, not the ROCm path, and publishing one would misrepresent this build. So: no number yet, and no made-up number either.
⚠️ Stock llama.cpp will not load this file
Q4_0_ROCMFP4_STRIX_LEAN is a custom tensor format that exists only in the ROCmFPX fork of llama.cpp.
llama-server -m granite-4.2-30b-Q4_0_ROCMFP4_STRIX_LEAN.gguf -dev ROCm0 -fa on -ngl 999 -c 8192 # on a box with the memory for itNot measured
No benchmark sweeps, no context sweeps, no perplexity — and no partial-offload numbers, per my build discipline.
Provenance & license
Converted and quantized from ibm-granite/granite-4.2-30b (Apache 2.0). This quantized build is released under the same Apache 2.0 license. The ROCmFPX runtime is a third-party fork; its own terms apply to the runtime, not to these weights.
<!-- VARIANTS:START -->
All my quants of Granite-4.2-30B
All measured by me on a Ryzen AI MAX+ 395 (Strix Halo, gfx1151, ROCm 7.2.4) with the whole model on GPU (-ngl 999), 128-token greedy generation. A dash means I haven't measured that one yet — I won't put a number in a card I didn't measure.
Base model: ibm-granite/granite-4.2-30b <!-- VARIANTS:END -->
