mradermacher commited on
Commit
1102de0
1 Parent(s): 7520fd4

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -38,14 +38,13 @@ more details, including on how to concatenate multi-part files.
38
  | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.IQ4_XS.gguf) | IQ4_XS | 19.3 | |
39
  | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.Q4_0.gguf) | Q4_0 | 20.1 | fast, low quality |
40
  | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.Q4_K_S.gguf) | Q4_K_S | 20.2 | fast, recommended |
41
- | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.IQ4_NL.gguf) | IQ4_NL | 20.3 | slightly worse than Q4_K_S |
42
  | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.Q4_K_M.gguf) | Q4_K_M | 21.3 | fast, recommended |
43
  | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.Q5_K_S.gguf) | Q5_K_S | 24.3 | |
44
  | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.Q5_K_M.gguf) | Q5_K_M | 25.0 | |
45
  | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.Q6_K.gguf) | Q6_K | 28.9 | very good quality |
46
  | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.Q8_0.gguf) | Q8_0 | 37.1 | fast, best quality |
47
 
48
-
49
  Here is a handy graph by ikawrakow comparing some lower-quality quant
50
  types (lower is better):
51
 
 
38
  | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.IQ4_XS.gguf) | IQ4_XS | 19.3 | |
39
  | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.Q4_0.gguf) | Q4_0 | 20.1 | fast, low quality |
40
  | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.Q4_K_S.gguf) | Q4_K_S | 20.2 | fast, recommended |
41
+ | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.IQ4_NL.gguf) | IQ4_NL | 20.3 | prefer IQ4_XS |
42
  | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.Q4_K_M.gguf) | Q4_K_M | 21.3 | fast, recommended |
43
  | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.Q5_K_S.gguf) | Q5_K_S | 24.3 | |
44
  | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.Q5_K_M.gguf) | Q5_K_M | 25.0 | |
45
  | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.Q6_K.gguf) | Q6_K | 28.9 | very good quality |
46
  | [GGUF](https://huggingface.co/mradermacher/Kyllene-34B-v1.1-GGUF/resolve/main/Kyllene-34B-v1.1.Q8_0.gguf) | Q8_0 | 37.1 | fast, best quality |
47
 
 
48
  Here is a handy graph by ikawrakow comparing some lower-quality quant
49
  types (lower is better):
50