mradermacher commited on
Commit
7bb00f0
1 Parent(s): f9c4c62

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -41,7 +41,7 @@ more details, including on how to concatenate multi-part files.
41
  | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 10.0 | IQ3_S probably better |
42
  | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 10.9 | IQ3_M probably better |
43
  | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 11.0 | |
44
- | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 11.6 | slightly worse than Q4_K_S |
45
  | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-Q4_0.gguf) | i1-Q4_0 | 11.6 | fast, low quality |
46
  | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 11.7 | optimal size/speed/quality |
47
  | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 12.3 | fast, recommended |
@@ -49,7 +49,6 @@ more details, including on how to concatenate multi-part files.
49
  | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 14.5 | |
50
  | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-Q6_K.gguf) | i1-Q6_K | 16.7 | practically like static Q6_K |
51
 
52
-
53
  Here is a handy graph by ikawrakow comparing some lower-quality quant
54
  types (lower is better):
55
 
 
41
  | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 10.0 | IQ3_S probably better |
42
  | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 10.9 | IQ3_M probably better |
43
  | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 11.0 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 11.6 | prefer IQ4_XS |
45
  | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-Q4_0.gguf) | i1-Q4_0 | 11.6 | fast, low quality |
46
  | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 11.7 | optimal size/speed/quality |
47
  | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 12.3 | fast, recommended |
 
49
  | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 14.5 | |
50
  | [GGUF](https://huggingface.co/mradermacher/Emerhyst-20B-i1-GGUF/resolve/main/Emerhyst-20B.i1-Q6_K.gguf) | i1-Q6_K | 16.7 | practically like static Q6_K |
51
 
 
52
  Here is a handy graph by ikawrakow comparing some lower-quality quant
53
  types (lower is better):
54