Transformers
GGUF
mergekit
Merge
Not-For-All-Audiences
conversational
mradermacher commited on
Commit
7d20cb9
·
verified ·
1 Parent(s): c80aeb9

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -32,7 +32,7 @@ tags:
32
  static quants of https://huggingface.co/bamec66557/VICIOUS_MESH-12B-OMEGA
33
 
34
  <!-- provided-files -->
35
- weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
36
  ## Usage
37
 
38
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
@@ -49,8 +49,13 @@ more details, including on how to concatenate multi-part files.
49
  | [GGUF](https://huggingface.co/mradermacher/VICIOUS_MESH-12B-OMEGA-GGUF/resolve/main/VICIOUS_MESH-12B-OMEGA.Q3_K_S.gguf) | Q3_K_S | 5.6 | |
50
  | [GGUF](https://huggingface.co/mradermacher/VICIOUS_MESH-12B-OMEGA-GGUF/resolve/main/VICIOUS_MESH-12B-OMEGA.Q3_K_M.gguf) | Q3_K_M | 6.2 | lower quality |
51
  | [GGUF](https://huggingface.co/mradermacher/VICIOUS_MESH-12B-OMEGA-GGUF/resolve/main/VICIOUS_MESH-12B-OMEGA.Q3_K_L.gguf) | Q3_K_L | 6.7 | |
 
52
  | [GGUF](https://huggingface.co/mradermacher/VICIOUS_MESH-12B-OMEGA-GGUF/resolve/main/VICIOUS_MESH-12B-OMEGA.Q4_K_S.gguf) | Q4_K_S | 7.2 | fast, recommended |
 
 
 
53
  | [GGUF](https://huggingface.co/mradermacher/VICIOUS_MESH-12B-OMEGA-GGUF/resolve/main/VICIOUS_MESH-12B-OMEGA.Q6_K.gguf) | Q6_K | 10.2 | very good quality |
 
54
 
55
  Here is a handy graph by ikawrakow comparing some lower-quality quant
56
  types (lower is better):
 
32
  static quants of https://huggingface.co/bamec66557/VICIOUS_MESH-12B-OMEGA
33
 
34
  <!-- provided-files -->
35
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/VICIOUS_MESH-12B-OMEGA-i1-GGUF
36
  ## Usage
37
 
38
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
49
  | [GGUF](https://huggingface.co/mradermacher/VICIOUS_MESH-12B-OMEGA-GGUF/resolve/main/VICIOUS_MESH-12B-OMEGA.Q3_K_S.gguf) | Q3_K_S | 5.6 | |
50
  | [GGUF](https://huggingface.co/mradermacher/VICIOUS_MESH-12B-OMEGA-GGUF/resolve/main/VICIOUS_MESH-12B-OMEGA.Q3_K_M.gguf) | Q3_K_M | 6.2 | lower quality |
51
  | [GGUF](https://huggingface.co/mradermacher/VICIOUS_MESH-12B-OMEGA-GGUF/resolve/main/VICIOUS_MESH-12B-OMEGA.Q3_K_L.gguf) | Q3_K_L | 6.7 | |
52
+ | [GGUF](https://huggingface.co/mradermacher/VICIOUS_MESH-12B-OMEGA-GGUF/resolve/main/VICIOUS_MESH-12B-OMEGA.IQ4_XS.gguf) | IQ4_XS | 6.9 | |
53
  | [GGUF](https://huggingface.co/mradermacher/VICIOUS_MESH-12B-OMEGA-GGUF/resolve/main/VICIOUS_MESH-12B-OMEGA.Q4_K_S.gguf) | Q4_K_S | 7.2 | fast, recommended |
54
+ | [GGUF](https://huggingface.co/mradermacher/VICIOUS_MESH-12B-OMEGA-GGUF/resolve/main/VICIOUS_MESH-12B-OMEGA.Q4_K_M.gguf) | Q4_K_M | 7.6 | fast, recommended |
55
+ | [GGUF](https://huggingface.co/mradermacher/VICIOUS_MESH-12B-OMEGA-GGUF/resolve/main/VICIOUS_MESH-12B-OMEGA.Q5_K_S.gguf) | Q5_K_S | 8.6 | |
56
+ | [GGUF](https://huggingface.co/mradermacher/VICIOUS_MESH-12B-OMEGA-GGUF/resolve/main/VICIOUS_MESH-12B-OMEGA.Q5_K_M.gguf) | Q5_K_M | 8.8 | |
57
  | [GGUF](https://huggingface.co/mradermacher/VICIOUS_MESH-12B-OMEGA-GGUF/resolve/main/VICIOUS_MESH-12B-OMEGA.Q6_K.gguf) | Q6_K | 10.2 | very good quality |
58
+ | [GGUF](https://huggingface.co/mradermacher/VICIOUS_MESH-12B-OMEGA-GGUF/resolve/main/VICIOUS_MESH-12B-OMEGA.Q8_0.gguf) | Q8_0 | 13.1 | fast, best quality |
59
 
60
  Here is a handy graph by ikawrakow comparing some lower-quality quant
61
  types (lower is better):