diff --git a/README.md b/README.md index c54ec64..8aac3d8 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,15 @@ more details, including on how to concatenate multi-part files. | Link | Type | Size/GB | Notes | |:-----|:-----|--------:|:------| | [GGUF](https://huggingface.co/mradermacher/RSI-AI-V1.0-i1-GGUF/resolve/main/RSI-AI-V1.0.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/RSI-AI-V1.0-i1-GGUF/resolve/main/RSI-AI-V1.0.i1-IQ2_M.gguf) | i1-IQ2_M | 12.2 | | | [GGUF](https://huggingface.co/mradermacher/RSI-AI-V1.0-i1-GGUF/resolve/main/RSI-AI-V1.0.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 12.2 | lower quality | | [GGUF](https://huggingface.co/mradermacher/RSI-AI-V1.0-i1-GGUF/resolve/main/RSI-AI-V1.0.i1-Q2_K.gguf) | i1-Q2_K | 12.2 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/RSI-AI-V1.0-i1-GGUF/resolve/main/RSI-AI-V1.0.i1-IQ4_XS.gguf) | i1-IQ4_XS | 12.2 | | | [GGUF](https://huggingface.co/mradermacher/RSI-AI-V1.0-i1-GGUF/resolve/main/RSI-AI-V1.0.i1-IQ3_M.gguf) | i1-IQ3_M | 12.3 | | +| [GGUF](https://huggingface.co/mradermacher/RSI-AI-V1.0-i1-GGUF/resolve/main/RSI-AI-V1.0.i1-Q3_K_M.gguf) | i1-Q3_K_M | 13.0 | IQ3_S probably better | | [GGUF](https://huggingface.co/mradermacher/RSI-AI-V1.0-i1-GGUF/resolve/main/RSI-AI-V1.0.i1-Q4_K_S.gguf) | i1-Q4_K_S | 14.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/RSI-AI-V1.0-i1-GGUF/resolve/main/RSI-AI-V1.0.i1-Q4_K_M.gguf) | i1-Q4_K_M | 15.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/RSI-AI-V1.0-i1-GGUF/resolve/main/RSI-AI-V1.0.i1-Q6_K.gguf) | i1-Q6_K | 22.3 | practically like static Q6_K | Here is a handy graph by ikawrakow comparing some lower-quality quant types (lower is better):