mradermacher commited on
Commit
bc2de8a
1 Parent(s): 7e84f76

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -42,14 +42,13 @@ more details, including on how to concatenate multi-part files.
42
  | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.IQ4_XS.gguf) | IQ4_XS | 4.2 | |
43
  | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.Q4_0.gguf) | Q4_0 | 4.4 | fast, low quality |
44
  | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.Q4_K_S.gguf) | Q4_K_S | 4.4 | fast, recommended |
45
- | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.IQ4_NL.gguf) | IQ4_NL | 4.4 | slightly worse than Q4_K_S |
46
  | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.Q4_K_M.gguf) | Q4_K_M | 4.6 | fast, recommended |
47
  | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.Q5_K_S.gguf) | Q5_K_S | 5.3 | |
48
  | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.Q5_K_M.gguf) | Q5_K_M | 5.4 | |
49
  | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.Q6_K.gguf) | Q6_K | 6.2 | very good quality |
50
  | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.Q8_0.gguf) | Q8_0 | 7.9 | fast, best quality |
51
 
52
-
53
  Here is a handy graph by ikawrakow comparing some lower-quality quant
54
  types (lower is better):
55
 
 
42
  | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.IQ4_XS.gguf) | IQ4_XS | 4.2 | |
43
  | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.Q4_0.gguf) | Q4_0 | 4.4 | fast, low quality |
44
  | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.Q4_K_S.gguf) | Q4_K_S | 4.4 | fast, recommended |
45
+ | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.IQ4_NL.gguf) | IQ4_NL | 4.4 | prefer IQ4_XS |
46
  | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.Q4_K_M.gguf) | Q4_K_M | 4.6 | fast, recommended |
47
  | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.Q5_K_S.gguf) | Q5_K_S | 5.3 | |
48
  | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.Q5_K_M.gguf) | Q5_K_M | 5.4 | |
49
  | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.Q6_K.gguf) | Q6_K | 6.2 | very good quality |
50
  | [GGUF](https://huggingface.co/mradermacher/Neural-4-Wino-7b-GGUF/resolve/main/Neural-4-Wino-7b.Q8_0.gguf) | Q8_0 | 7.9 | fast, best quality |
51
 
 
52
  Here is a handy graph by ikawrakow comparing some lower-quality quant
53
  types (lower is better):
54