mradermacher commited on
Commit
9a3b835
1 Parent(s): f45a9ce

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -40,14 +40,13 @@ more details, including on how to concatenate multi-part files.
40
  | [GGUF](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 33.7 | IQ3_S probably better |
41
  | [GGUF](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 36.6 | IQ3_M probably better |
42
  | [GGUF](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 37.2 | |
43
- | [GGUF](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 39.4 | slightly worse than Q4_K_S |
44
  | [GGUF](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 39.7 | optimal size/speed/quality |
45
  | [GGUF](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 41.8 | fast, recommended |
46
  | [GGUF](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 47.9 | |
47
  | [GGUF](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 49.2 | |
48
  | [PART 1](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 57.0 | practically like static Q6_K |
49
 
50
-
51
  Here is a handy graph by ikawrakow comparing some lower-quality quant
52
  types (lower is better):
53
 
 
40
  | [GGUF](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 33.7 | IQ3_S probably better |
41
  | [GGUF](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 36.6 | IQ3_M probably better |
42
  | [GGUF](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 37.2 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 39.4 | prefer IQ4_XS |
44
  | [GGUF](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 39.7 | optimal size/speed/quality |
45
  | [GGUF](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 41.8 | fast, recommended |
46
  | [GGUF](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 47.9 | |
47
  | [GGUF](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 49.2 | |
48
  | [PART 1](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/MiquTotalMix-70B-i1-GGUF/resolve/main/MiquTotalMix-70B.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 57.0 | practically like static Q6_K |
49
 
 
50
  Here is a handy graph by ikawrakow comparing some lower-quality quant
51
  types (lower is better):
52