mradermacher commited on
Commit
f10f899
·
verified ·
1 Parent(s): e385e80

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -39,9 +39,12 @@ more details, including on how to concatenate multi-part files.
39
  | [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-32B-Instruct-GGUF/resolve/main/GUI-Owl-1.5-32B-Instruct.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 0.9 | multi-modal supplement |
40
  | [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-32B-Instruct-GGUF/resolve/main/GUI-Owl-1.5-32B-Instruct.mmproj-f16.gguf) | mmproj-f16 | 1.3 | multi-modal supplement |
41
  | [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-32B-Instruct-GGUF/resolve/main/GUI-Owl-1.5-32B-Instruct.Q2_K.gguf) | Q2_K | 12.4 | |
 
42
  | [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-32B-Instruct-GGUF/resolve/main/GUI-Owl-1.5-32B-Instruct.Q3_K_M.gguf) | Q3_K_M | 16.1 | lower quality |
 
43
  | [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-32B-Instruct-GGUF/resolve/main/GUI-Owl-1.5-32B-Instruct.Q4_K_S.gguf) | Q4_K_S | 18.9 | fast, recommended |
44
  | [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-32B-Instruct-GGUF/resolve/main/GUI-Owl-1.5-32B-Instruct.Q6_K.gguf) | Q6_K | 27.0 | very good quality |
 
45
 
46
  Here is a handy graph by ikawrakow comparing some lower-quality quant
47
  types (lower is better):
 
39
  | [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-32B-Instruct-GGUF/resolve/main/GUI-Owl-1.5-32B-Instruct.mmproj-Q8_0.gguf) | mmproj-Q8_0 | 0.9 | multi-modal supplement |
40
  | [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-32B-Instruct-GGUF/resolve/main/GUI-Owl-1.5-32B-Instruct.mmproj-f16.gguf) | mmproj-f16 | 1.3 | multi-modal supplement |
41
  | [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-32B-Instruct-GGUF/resolve/main/GUI-Owl-1.5-32B-Instruct.Q2_K.gguf) | Q2_K | 12.4 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-32B-Instruct-GGUF/resolve/main/GUI-Owl-1.5-32B-Instruct.Q3_K_S.gguf) | Q3_K_S | 14.5 | |
43
  | [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-32B-Instruct-GGUF/resolve/main/GUI-Owl-1.5-32B-Instruct.Q3_K_M.gguf) | Q3_K_M | 16.1 | lower quality |
44
+ | [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-32B-Instruct-GGUF/resolve/main/GUI-Owl-1.5-32B-Instruct.Q3_K_L.gguf) | Q3_K_L | 17.4 | |
45
  | [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-32B-Instruct-GGUF/resolve/main/GUI-Owl-1.5-32B-Instruct.Q4_K_S.gguf) | Q4_K_S | 18.9 | fast, recommended |
46
  | [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-32B-Instruct-GGUF/resolve/main/GUI-Owl-1.5-32B-Instruct.Q6_K.gguf) | Q6_K | 27.0 | very good quality |
47
+ | [GGUF](https://huggingface.co/mradermacher/GUI-Owl-1.5-32B-Instruct-GGUF/resolve/main/GUI-Owl-1.5-32B-Instruct.Q8_0.gguf) | Q8_0 | 34.9 | fast, best quality |
48
 
49
  Here is a handy graph by ikawrakow comparing some lower-quality quant
50
  types (lower is better):