deucebucket commited on
Commit
e3d174c
·
verified ·
1 Parent(s): d1f1248

docs: correct shot labels to match 0-shot harness; update renamed GGUF references

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -97,8 +97,8 @@ Instead of uniform quantization, we measure which weight groups survive aggressi
97
 
98
  | File | Size | Description |
99
  |------|------|-------------|
100
- | `Granite-4.1-30B-Cerebellum-v2.gguf` | 13 GB | Optimal mix — 3 groups demoted (attn_k, attn_q, attn_output), 4 kept at Q3_K_M |
101
- | `Granite-4.1-30B-Cerebellum-v1.gguf` | 12 GB | Aggressive — 5 groups demoted (all attn + ffn_gate) |
102
 
103
  ## Benchmarks
104
 
@@ -154,7 +154,7 @@ Works with any llama.cpp-compatible tool:
154
 
155
  ```bash
156
  # llama.cpp
157
- ./llama-server --model Granite-4.1-30B-Cerebellum-v2.gguf -ngl 99 --ctx-size 4096
158
 
159
  # Ollama (create Modelfile pointing to the GGUF)
160
  # LM Studio (drag and drop)
 
97
 
98
  | File | Size | Description |
99
  |------|------|-------------|
100
+ | `Granite-4.1-30B-Cerebellum-v2-Q3_K_M.gguf` | 13 GB | Optimal mix — 3 groups demoted (attn_k, attn_q, attn_output), 4 kept at Q3_K_M |
101
+ | `Granite-4.1-30B-Cerebellum-v1-Q3_K_M.gguf` | 12 GB | Aggressive — 5 groups demoted (all attn + ffn_gate) |
102
 
103
  ## Benchmarks
104
 
 
154
 
155
  ```bash
156
  # llama.cpp
157
+ ./llama-server --model Granite-4.1-30B-Cerebellum-v2-Q3_K_M.gguf -ngl 99 --ctx-size 4096
158
 
159
  # Ollama (create Modelfile pointing to the GGUF)
160
  # LM Studio (drag and drop)