auto-patch README.md

This commit is contained in:
team mradermacher
2026-02-20 08:21:25 +00:00
committed by system
parent db5f92e475
commit be7f89e4db

View File

@@ -40,11 +40,20 @@ more details, including on how to concatenate multi-part files.
| Link | Type | Size/GB | Notes |
|:-----|:-----|--------:|:------|
| [GGUF](https://huggingface.co/mradermacher/Nesys_engine_V1-i1-GGUF/resolve/main/Nesys_engine_V1.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
| [GGUF](https://huggingface.co/mradermacher/Nesys_engine_V1-i1-GGUF/resolve/main/Nesys_engine_V1.i1-IQ1_M.gguf) | i1-IQ1_M | 5.9 | mostly desperate |
| [GGUF](https://huggingface.co/mradermacher/Nesys_engine_V1-i1-GGUF/resolve/main/Nesys_engine_V1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 6.6 | |
| [GGUF](https://huggingface.co/mradermacher/Nesys_engine_V1-i1-GGUF/resolve/main/Nesys_engine_V1.i1-IQ2_M.gguf) | i1-IQ2_M | 8.2 | |
| [GGUF](https://huggingface.co/mradermacher/Nesys_engine_V1-i1-GGUF/resolve/main/Nesys_engine_V1.i1-Q2_K_S.gguf) | i1-Q2_K_S | 8.4 | very low quality |
| [GGUF](https://huggingface.co/mradermacher/Nesys_engine_V1-i1-GGUF/resolve/main/Nesys_engine_V1.i1-Q2_K.gguf) | i1-Q2_K | 9.0 | IQ3_XXS probably better |
| [GGUF](https://huggingface.co/mradermacher/Nesys_engine_V1-i1-GGUF/resolve/main/Nesys_engine_V1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 9.4 | lower quality |
| [GGUF](https://huggingface.co/mradermacher/Nesys_engine_V1-i1-GGUF/resolve/main/Nesys_engine_V1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 10.5 | IQ3_XS probably better |
| [GGUF](https://huggingface.co/mradermacher/Nesys_engine_V1-i1-GGUF/resolve/main/Nesys_engine_V1.i1-IQ3_M.gguf) | i1-IQ3_M | 10.8 | |
| [GGUF](https://huggingface.co/mradermacher/Nesys_engine_V1-i1-GGUF/resolve/main/Nesys_engine_V1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 11.6 | IQ3_S probably better |
| [GGUF](https://huggingface.co/mradermacher/Nesys_engine_V1-i1-GGUF/resolve/main/Nesys_engine_V1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 12.5 | IQ3_M probably better |
| [GGUF](https://huggingface.co/mradermacher/Nesys_engine_V1-i1-GGUF/resolve/main/Nesys_engine_V1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 12.9 | |
| [GGUF](https://huggingface.co/mradermacher/Nesys_engine_V1-i1-GGUF/resolve/main/Nesys_engine_V1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 13.6 | optimal size/speed/quality |
| [GGUF](https://huggingface.co/mradermacher/Nesys_engine_V1-i1-GGUF/resolve/main/Nesys_engine_V1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 14.4 | fast, recommended |
| [GGUF](https://huggingface.co/mradermacher/Nesys_engine_V1-i1-GGUF/resolve/main/Nesys_engine_V1.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):