mradermacher commited on
Commit
84a7d53
·
verified ·
1 Parent(s): 6f93007

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -33,7 +33,7 @@ more details, including on how to concatenate multi-part files.
33
  | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.Q3_K_L.gguf) | Q3_K_L | 7.2 | |
34
  | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.IQ4_XS.gguf) | IQ4_XS | 7.3 | |
35
  | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.Q4_0.gguf) | Q4_0 | 7.7 | fast, low quality |
36
- | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.IQ4_NL.gguf) | IQ4_NL | 7.7 | slightly worse than Q4_K_S |
37
  | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.Q4_K_S.gguf) | Q4_K_S | 7.7 | fast, recommended |
38
  | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.Q4_K_M.gguf) | Q4_K_M | 8.2 | fast, recommended |
39
  | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.Q5_K_S.gguf) | Q5_K_S | 9.3 | |
@@ -41,7 +41,6 @@ more details, including on how to concatenate multi-part files.
41
  | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.Q6_K.gguf) | Q6_K | 11.0 | very good quality |
42
  | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.Q8_0.gguf) | Q8_0 | 14.1 | fast, best quality |
43
 
44
-
45
  Here is a handy graph by ikawrakow comparing some lower-quality quant
46
  types (lower is better):
47
 
 
33
  | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.Q3_K_L.gguf) | Q3_K_L | 7.2 | |
34
  | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.IQ4_XS.gguf) | IQ4_XS | 7.3 | |
35
  | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.Q4_0.gguf) | Q4_0 | 7.7 | fast, low quality |
36
+ | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.IQ4_NL.gguf) | IQ4_NL | 7.7 | prefer IQ4_XS |
37
  | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.Q4_K_S.gguf) | Q4_K_S | 7.7 | fast, recommended |
38
  | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.Q4_K_M.gguf) | Q4_K_M | 8.2 | fast, recommended |
39
  | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.Q5_K_S.gguf) | Q5_K_S | 9.3 | |
 
41
  | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.Q6_K.gguf) | Q6_K | 11.0 | very good quality |
42
  | [GGUF](https://huggingface.co/mradermacher/PALO-13B-GGUF/resolve/main/PALO-13B.Q8_0.gguf) | Q8_0 | 14.1 | fast, best quality |
43
 
 
44
  Here is a handy graph by ikawrakow comparing some lower-quality quant
45
  types (lower is better):
46