auto-patch README.md

This commit is contained in:
team mradermacher
2026-01-09 07:55:53 +00:00
committed by system
parent 56c2ed98b0
commit 7f2cd62361

View File

@@ -40,6 +40,11 @@ more details, including on how to concatenate multi-part files.
| Link | Type | Size/GB | Notes |
|:-----|:-----|--------:|:------|
| [GGUF](https://huggingface.co/mradermacher/DPO-Think-14B-i1-GGUF/resolve/main/DPO-Think-14B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
| [GGUF](https://huggingface.co/mradermacher/DPO-Think-14B-i1-GGUF/resolve/main/DPO-Think-14B.i1-Q2_K.gguf) | i1-Q2_K | 5.9 | IQ3_XXS probably better |
| [GGUF](https://huggingface.co/mradermacher/DPO-Think-14B-i1-GGUF/resolve/main/DPO-Think-14B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 6.0 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/DPO-Think-14B-i1-GGUF/resolve/main/DPO-Think-14B.i1-IQ3_M.gguf) | i1-IQ3_M | 7.0 | |
| [GGUF](https://huggingface.co/mradermacher/DPO-Think-14B-i1-GGUF/resolve/main/DPO-Think-14B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 7.4 | IQ3_S probably better |
| [GGUF](https://huggingface.co/mradermacher/DPO-Think-14B-i1-GGUF/resolve/main/DPO-Think-14B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 8.7 | optimal size/speed/quality |
Here is a handy graph by ikawrakow comparing some lower-quality quant
types (lower is better):