mradermacher commited on
Commit
29e71bb
·
verified ·
1 Parent(s): 0d0384a

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -39,6 +39,11 @@ more details, including on how to concatenate multi-part files.
39
  |:-----|:-----|--------:|:------|
40
  | [GGUF](https://huggingface.co/mradermacher/RWKV6QwQ-32B-final-250307-i1-GGUF/resolve/main/RWKV6QwQ-32B-final-250307.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
41
  | [GGUF](https://huggingface.co/mradermacher/RWKV6QwQ-32B-final-250307-i1-GGUF/resolve/main/RWKV6QwQ-32B-final-250307.i1-Q2_K.gguf) | i1-Q2_K | 14.7 | IQ3_XXS probably better |
 
 
 
 
 
42
 
43
  Here is a handy graph by ikawrakow comparing some lower-quality quant
44
  types (lower is better):
 
39
  |:-----|:-----|--------:|:------|
40
  | [GGUF](https://huggingface.co/mradermacher/RWKV6QwQ-32B-final-250307-i1-GGUF/resolve/main/RWKV6QwQ-32B-final-250307.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
41
  | [GGUF](https://huggingface.co/mradermacher/RWKV6QwQ-32B-final-250307-i1-GGUF/resolve/main/RWKV6QwQ-32B-final-250307.i1-Q2_K.gguf) | i1-Q2_K | 14.7 | IQ3_XXS probably better |
42
+ | [GGUF](https://huggingface.co/mradermacher/RWKV6QwQ-32B-final-250307-i1-GGUF/resolve/main/RWKV6QwQ-32B-final-250307.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 15.6 | lower quality |
43
+ | [GGUF](https://huggingface.co/mradermacher/RWKV6QwQ-32B-final-250307-i1-GGUF/resolve/main/RWKV6QwQ-32B-final-250307.i1-IQ3_M.gguf) | i1-IQ3_M | 17.4 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/RWKV6QwQ-32B-final-250307-i1-GGUF/resolve/main/RWKV6QwQ-32B-final-250307.i1-Q3_K_M.gguf) | i1-Q3_K_M | 18.5 | IQ3_S probably better |
45
+ | [GGUF](https://huggingface.co/mradermacher/RWKV6QwQ-32B-final-250307-i1-GGUF/resolve/main/RWKV6QwQ-32B-final-250307.i1-Q4_K_S.gguf) | i1-Q4_K_S | 21.8 | optimal size/speed/quality |
46
+ | [GGUF](https://huggingface.co/mradermacher/RWKV6QwQ-32B-final-250307-i1-GGUF/resolve/main/RWKV6QwQ-32B-final-250307.i1-Q4_K_M.gguf) | i1-Q4_K_M | 22.9 | fast, recommended |
47
 
48
  Here is a handy graph by ikawrakow comparing some lower-quality quant
49
  types (lower is better):