auto-patch README.md

This commit is contained in:
team mradermacher
2025-12-07 17:47:15 +00:00
committed by system
parent 74d1cac8b9
commit daa468a8e0

View File

@@ -37,9 +37,23 @@ more details, including on how to concatenate multi-part files.
| Link | Type | Size/GB | Notes |
|:-----|:-----|--------:|:------|
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-IQ1_S.gguf) | i1-IQ1_S | 5.4 | for the desperate |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-IQ1_M.gguf) | i1-IQ1_M | 5.9 | mostly desperate |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 6.6 | |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-IQ2_XS.gguf) | i1-IQ2_XS | 7.3 | |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-IQ2_S.gguf) | i1-IQ2_S | 7.6 | |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-IQ2_M.gguf) | i1-IQ2_M | 8.2 | |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-Q2_K_S.gguf) | i1-Q2_K_S | 8.4 | very low quality |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-Q2_K.gguf) | i1-Q2_K | 9.0 | IQ3_XXS probably better |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 9.4 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-Q3_K_S.gguf) | i1-Q3_K_S | 10.5 | IQ3_XS probably better |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-IQ3_M.gguf) | i1-IQ3_M | 10.8 | |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-Q3_K_M.gguf) | i1-Q3_K_M | 11.6 | IQ3_S probably better |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-Q3_K_L.gguf) | i1-Q3_K_L | 12.5 | IQ3_M probably better |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-IQ4_XS.gguf) | i1-IQ4_XS | 12.9 | |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-Q4_K_S.gguf) | i1-Q4_K_S | 13.6 | optimal size/speed/quality |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-Q4_K_M.gguf) | i1-Q4_K_M | 14.4 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/Cydonia-24B-v4.3-i1-GGUF/resolve/main/Cydonia-24B-v4.3.i1-Q6_K.gguf) | i1-Q6_K | 19.4 | practically like static Q6_K |
Here is a handy graph by ikawrakow comparing some lower-quality quant
types (lower is better):