mradermacher commited on
Commit
ef73866
1 Parent(s): 6a38432

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -36,14 +36,13 @@ more details, including on how to concatenate multi-part files.
36
  | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 16.2 | IQ3_S probably better |
37
  | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 17.7 | IQ3_M probably better |
38
  | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 18.0 | |
39
- | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-IQ4_NL.gguf) | i1-IQ4_NL | 19.0 | slightly worse than Q4_K_S |
40
  | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 19.0 | optimal size/speed/quality |
41
  | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 20.0 | fast, recommended |
42
  | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 23.1 | |
43
  | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 23.6 | |
44
  | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-Q6_K.gguf) | i1-Q6_K | 27.5 | practically like static Q6_K |
45
 
46
-
47
  Here is a handy graph by ikawrakow comparing some lower-quality quant
48
  types (lower is better):
49
 
 
36
  | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 16.2 | IQ3_S probably better |
37
  | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 17.7 | IQ3_M probably better |
38
  | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 18.0 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-IQ4_NL.gguf) | i1-IQ4_NL | 19.0 | prefer IQ4_XS |
40
  | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 19.0 | optimal size/speed/quality |
41
  | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 20.0 | fast, recommended |
42
  | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 23.1 | |
43
  | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 23.6 | |
44
  | [GGUF](https://huggingface.co/mradermacher/webby_whale_33b_v1-i1-GGUF/resolve/main/webby_whale_33b_v1.i1-Q6_K.gguf) | i1-Q6_K | 27.5 | practically like static Q6_K |
45
 
 
46
  Here is a handy graph by ikawrakow comparing some lower-quality quant
47
  types (lower is better):
48