diff --git a/README.md b/README.md index 2e91b47..d81cf8e 100644 --- a/README.md +++ b/README.md @@ -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):