mradermacher commited on
Commit
54d1700
1 Parent(s): b2a0067

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -16,7 +16,6 @@ tags:
16
 
17
  static quants of https://huggingface.co/Steelskull/VerA-Etheria-55b
18
 
19
-
20
  <!-- provided-files -->
21
  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.
22
  ## Usage
@@ -34,7 +33,11 @@ more details, including on how to concatenate multi-part files.
34
  | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q2_K.gguf) | Q2_K | 21.3 | |
35
  | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q3_K_S.gguf) | Q3_K_S | 24.7 | |
36
  | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q3_K_M.gguf) | Q3_K_M | 27.5 | lower quality |
 
37
  | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q4_K_S.gguf) | Q4_K_S | 32.3 | fast, recommended |
 
 
 
38
  | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q6_K.gguf) | Q6_K | 46.2 | very good quality |
39
  | [PART 1](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q8_0.gguf.part2of2) | Q8_0 | 59.6 | fast, best quality |
40
 
 
16
 
17
  static quants of https://huggingface.co/Steelskull/VerA-Etheria-55b
18
 
 
19
  <!-- provided-files -->
20
  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.
21
  ## Usage
 
33
  | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q2_K.gguf) | Q2_K | 21.3 | |
34
  | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q3_K_S.gguf) | Q3_K_S | 24.7 | |
35
  | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q3_K_M.gguf) | Q3_K_M | 27.5 | lower quality |
36
+ | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q3_K_L.gguf) | Q3_K_L | 29.9 | |
37
  | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q4_K_S.gguf) | Q4_K_S | 32.3 | fast, recommended |
38
+ | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q4_K_M.gguf) | Q4_K_M | 34.0 | fast, recommended |
39
+ | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q5_K_S.gguf) | Q5_K_S | 38.9 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q5_K_M.gguf) | Q5_K_M | 39.9 | |
41
  | [GGUF](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q6_K.gguf) | Q6_K | 46.2 | very good quality |
42
  | [PART 1](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/VerA-Etheria-55b-GGUF/resolve/main/VerA-Etheria-55b.Q8_0.gguf.part2of2) | Q8_0 | 59.6 | fast, best quality |
43