mradermacher commited on
Commit
c2301d1
·
verified ·
1 Parent(s): 2c7b2b7

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -33,6 +33,13 @@ more details, including on how to concatenate multi-part files.
33
  | Link | Type | Size/GB | Notes |
34
  |:-----|:-----|--------:|:------|
35
  | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32b-RP-Ink-GGUF/resolve/main/Qwen2.5-32b-RP-Ink.Q2_K.gguf) | Q2_K | 12.4 | |
 
 
 
 
 
 
 
36
 
37
  Here is a handy graph by ikawrakow comparing some lower-quality quant
38
  types (lower is better):
 
33
  | Link | Type | Size/GB | Notes |
34
  |:-----|:-----|--------:|:------|
35
  | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32b-RP-Ink-GGUF/resolve/main/Qwen2.5-32b-RP-Ink.Q2_K.gguf) | Q2_K | 12.4 | |
36
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32b-RP-Ink-GGUF/resolve/main/Qwen2.5-32b-RP-Ink.Q3_K_S.gguf) | Q3_K_S | 14.5 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32b-RP-Ink-GGUF/resolve/main/Qwen2.5-32b-RP-Ink.Q3_K_M.gguf) | Q3_K_M | 16.0 | lower quality |
38
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32b-RP-Ink-GGUF/resolve/main/Qwen2.5-32b-RP-Ink.Q3_K_L.gguf) | Q3_K_L | 17.3 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32b-RP-Ink-GGUF/resolve/main/Qwen2.5-32b-RP-Ink.Q4_K_S.gguf) | Q4_K_S | 18.9 | fast, recommended |
40
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32b-RP-Ink-GGUF/resolve/main/Qwen2.5-32b-RP-Ink.Q4_K_M.gguf) | Q4_K_M | 20.0 | fast, recommended |
41
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32b-RP-Ink-GGUF/resolve/main/Qwen2.5-32b-RP-Ink.Q6_K.gguf) | Q6_K | 27.0 | very good quality |
42
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32b-RP-Ink-GGUF/resolve/main/Qwen2.5-32b-RP-Ink.Q8_0.gguf) | Q8_0 | 34.9 | fast, best quality |
43
 
44
  Here is a handy graph by ikawrakow comparing some lower-quality quant
45
  types (lower is better):