mradermacher commited on
Commit
eb67233
·
verified ·
1 Parent(s): 5a764a7

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -33,9 +33,11 @@ more details, including on how to concatenate multi-part files.
33
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q3_K_S.gguf) | Q3_K_S | 2.7 | |
34
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q3_K_M.gguf) | Q3_K_M | 2.9 | lower quality |
35
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q3_K_L.gguf) | Q3_K_L | 3.2 | |
 
36
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q4_K_S.gguf) | Q4_K_S | 3.4 | fast, recommended |
37
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q4_K_M.gguf) | Q4_K_M | 3.6 | fast, recommended |
38
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q5_K_S.gguf) | Q5_K_S | 4.1 | |
 
39
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q6_K.gguf) | Q6_K | 4.9 | very good quality |
40
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q8_0.gguf) | Q8_0 | 6.3 | fast, best quality |
41
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.f16.gguf) | f16 | 11.8 | 16 bpw, overkill |
 
33
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q3_K_S.gguf) | Q3_K_S | 2.7 | |
34
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q3_K_M.gguf) | Q3_K_M | 2.9 | lower quality |
35
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q3_K_L.gguf) | Q3_K_L | 3.2 | |
36
+ | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.IQ4_XS.gguf) | IQ4_XS | 3.3 | |
37
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q4_K_S.gguf) | Q4_K_S | 3.4 | fast, recommended |
38
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q4_K_M.gguf) | Q4_K_M | 3.6 | fast, recommended |
39
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q5_K_S.gguf) | Q5_K_S | 4.1 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q5_K_M.gguf) | Q5_K_M | 4.3 | |
41
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q6_K.gguf) | Q6_K | 4.9 | very good quality |
42
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.Q8_0.gguf) | Q8_0 | 6.3 | fast, best quality |
43
  | [GGUF](https://huggingface.co/mradermacher/DoesPython-GGUF/resolve/main/DoesPython.f16.gguf) | f16 | 11.8 | 16 bpw, overkill |