Commit 6095573
FAQ: add "llama.cpp Q4 KV vs quant.cpp" comparison (en + ko)
New FAQ entry addresses the most common question: "llama.cpp already
has Q4 KV quantization, how is yours different?"
Answer: same 4-bit, different quality. llama.cpp Q4_0 = PPL +10.6%,
quant.cpp = PPL +0.0%. Difference is independent K/V quantization
plus delta compression (3-bit at +1.3%, no llama.cpp equivalent).
Applied to both README.md and README.ko.md.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 2b8d09d commit 6095573
2 files changed
Lines changed: 18 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
201 | 209 | | |
202 | 210 | | |
203 | 211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
195 | 203 | | |
196 | 204 | | |
197 | 205 | | |
| |||
0 commit comments