mradermacher
commited on
Commit
•
6360934
1
Parent(s):
2c63d74
auto-patch README.md
Browse files
README.md
CHANGED
@@ -33,8 +33,10 @@ more details, including on how to concatenate multi-part files.
|
|
33 |
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q3_K_S.gguf) | Q3_K_S | 8.9 | |
|
34 |
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q3_K_M.gguf) | Q3_K_M | 9.8 | lower quality |
|
35 |
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q3_K_L.gguf) | Q3_K_L | 10.7 | |
|
|
|
36 |
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q4_K_S.gguf) | Q4_K_S | 11.5 | fast, recommended |
|
37 |
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q4_K_M.gguf) | Q4_K_M | 12.1 | fast, recommended |
|
|
|
38 |
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q5_K_M.gguf) | Q5_K_M | 14.2 | |
|
39 |
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q6_K.gguf) | Q6_K | 16.4 | very good quality |
|
40 |
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q8_0.gguf) | Q8_0 | 21.2 | fast, best quality |
|
|
|
33 |
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q3_K_S.gguf) | Q3_K_S | 8.9 | |
|
34 |
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q3_K_M.gguf) | Q3_K_M | 9.8 | lower quality |
|
35 |
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q3_K_L.gguf) | Q3_K_L | 10.7 | |
|
36 |
+
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.IQ4_XS.gguf) | IQ4_XS | 11.0 | |
|
37 |
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q4_K_S.gguf) | Q4_K_S | 11.5 | fast, recommended |
|
38 |
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q4_K_M.gguf) | Q4_K_M | 12.1 | fast, recommended |
|
39 |
+
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q5_K_S.gguf) | Q5_K_S | 13.8 | |
|
40 |
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q5_K_M.gguf) | Q5_K_M | 14.2 | |
|
41 |
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q6_K.gguf) | Q6_K | 16.4 | very good quality |
|
42 |
| [GGUF](https://huggingface.co/mradermacher/internlm2_5-20b-chat-GGUF/resolve/main/internlm2_5-20b-chat.Q8_0.gguf) | Q8_0 | 21.2 | fast, best quality |
|