kingjones777 commited on
Commit
84a69e6
·
verified ·
1 Parent(s): b516df7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -95,3 +95,19 @@ per my build discipline.
95
  Converted and quantized from `ibm-granite/granite-4.2-3b` (Apache 2.0). This quantized build
96
  is released under the same Apache 2.0 license. The ROCmFPX runtime is a third-party fork;
97
  its own terms apply to the runtime, not to these weights.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  Converted and quantized from `ibm-granite/granite-4.2-3b` (Apache 2.0). This quantized build
96
  is released under the same Apache 2.0 license. The ROCmFPX runtime is a third-party fork;
97
  its own terms apply to the runtime, not to these weights.
98
+
99
+ <!-- VARIANTS:START -->
100
+
101
+ ## All my quants of Granite-4.2-3B
102
+
103
+ | build | what it is | size | tok/s (full GPU offload) |
104
+ |---|---|---:|---:|
105
+ | [`STRIX_LEAN`](https://huggingface.co/kingjones777/Granite-4.2-3B-ROCmFP4-STRIX_LEAN-GGUF) | my leaner 4-bit tier, Q6_K head — smallest of my 4-bit builds, the one most people want | 1.92 GiB | 60.69 |
106
+ | [`COHERENT`](https://huggingface.co/kingjones777/Granite-4.2-3B-ROCmFP4-COHERENT-GGUF) | my 4-bit ROCmFP4 tier with the Q6_K-protected head — the balance I run day to day | 2.04 GiB | 71.55 |
107
+ | [`Q8_0`](https://huggingface.co/kingjones777/Granite-4.2-3B-ROCmFPX-Q8_0-GGUF) | straight 8-bit ROCmFPX — highest fidelity I publish | 3.52 GiB | 46.36 |
108
+ | [`Q8_0-AGENT`](https://huggingface.co/kingjones777/Granite-4.2-3B-ROCmFPX-Q8_0-AGENT-GGUF) | 8-bit ROCmFPX with the agent-tuned tensor set — for tool-calling work where precision matters | 3.59 GiB | 50.47 |
109
+
110
+ 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.
111
+
112
+ Base model: [ibm-granite/granite-4.2-3b](https://huggingface.co/ibm-granite/granite-4.2-3b)
113
+ <!-- VARIANTS:END -->