mradermacher commited on
Commit
780d0fa
1 Parent(s): 718ae59

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -10,7 +10,6 @@ quantized_by: mradermacher
10
 
11
  static quants of https://huggingface.co/davidkim205/Rhea-72b-v0.5
12
 
13
-
14
  <!-- provided-files -->
15
  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.
16
  ## Usage
@@ -25,8 +24,11 @@ more details, including on how to concatenate multi-part files.
25
 
26
  | Link | Type | Size/GB | Notes |
27
  |:-----|:-----|--------:|:------|
 
 
28
  | [GGUF](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.Q3_K_M.gguf) | Q3_K_M | 39.3 | lower quality |
29
  | [GGUF](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.Q4_K_S.gguf) | Q4_K_S | 45.3 | fast, recommended |
 
30
  | [P1](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.SOURCE.gguf.part1of6) [P2](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.SOURCE.gguf.part2of6) [P3](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.SOURCE.gguf.part3of6) [P4](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.SOURCE.gguf.part4of6) [P5](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.SOURCE.gguf.part5of6) [P6](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.SOURCE.gguf.part6of6) | SOURCE | 289.3 | source gguf, only provided when it was hard to come by |
31
 
32
 
 
10
 
11
  static quants of https://huggingface.co/davidkim205/Rhea-72b-v0.5
12
 
 
13
  <!-- provided-files -->
14
  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.
15
  ## Usage
 
24
 
25
  | Link | Type | Size/GB | Notes |
26
  |:-----|:-----|--------:|:------|
27
+ | [GGUF](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.Q2_K.gguf) | Q2_K | 31.1 | |
28
+ | [GGUF](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.IQ3_S.gguf) | IQ3_S | 35.6 | beats Q3_K* |
29
  | [GGUF](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.Q3_K_M.gguf) | Q3_K_M | 39.3 | lower quality |
30
  | [GGUF](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.Q4_K_S.gguf) | Q4_K_S | 45.3 | fast, recommended |
31
+ | [PART 1](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.Q8_0.gguf.part2of2) | Q8_0 | 80.6 | fast, best quality |
32
  | [P1](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.SOURCE.gguf.part1of6) [P2](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.SOURCE.gguf.part2of6) [P3](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.SOURCE.gguf.part3of6) [P4](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.SOURCE.gguf.part4of6) [P5](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.SOURCE.gguf.part5of6) [P6](https://huggingface.co/mradermacher/Rhea-72b-v0.5-GGUF/resolve/main/Rhea-72b-v0.5.SOURCE.gguf.part6of6) | SOURCE | 289.3 | source gguf, only provided when it was hard to come by |
33
 
34