mradermacher
commited on
Commit
•
253da32
1
Parent(s):
16e3fe6
auto-patch README.md
Browse files
README.md
CHANGED
@@ -27,8 +27,12 @@ more details, including on how to concatenate multi-part files.
|
|
27 |
| Link | Type | Size/GB | Notes |
|
28 |
|:-----|:-----|--------:|:------|
|
29 |
| [GGUF](https://huggingface.co/mradermacher/Rhea-72b-v0.5-i1-GGUF/resolve/main/Rhea-72b-v0.5.i1-Q2_K.gguf) | i1-Q2_K | 31.1 | IQ3_XXS probably better |
|
|
|
30 |
| [GGUF](https://huggingface.co/mradermacher/Rhea-72b-v0.5-i1-GGUF/resolve/main/Rhea-72b-v0.5.i1-Q3_K_M.gguf) | i1-Q3_K_M | 39.3 | IQ3_S probably better |
|
|
|
31 |
| [GGUF](https://huggingface.co/mradermacher/Rhea-72b-v0.5-i1-GGUF/resolve/main/Rhea-72b-v0.5.i1-Q4_K_S.gguf) | i1-Q4_K_S | 45.3 | optimal size/speed/quality |
|
|
|
|
|
32 |
|
33 |
|
34 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
|
|
27 |
| Link | Type | Size/GB | Notes |
|
28 |
|:-----|:-----|--------:|:------|
|
29 |
| [GGUF](https://huggingface.co/mradermacher/Rhea-72b-v0.5-i1-GGUF/resolve/main/Rhea-72b-v0.5.i1-Q2_K.gguf) | i1-Q2_K | 31.1 | IQ3_XXS probably better |
|
30 |
+
| [GGUF](https://huggingface.co/mradermacher/Rhea-72b-v0.5-i1-GGUF/resolve/main/Rhea-72b-v0.5.i1-Q3_K_S.gguf) | i1-Q3_K_S | 35.6 | IQ3_XS probably better |
|
31 |
| [GGUF](https://huggingface.co/mradermacher/Rhea-72b-v0.5-i1-GGUF/resolve/main/Rhea-72b-v0.5.i1-Q3_K_M.gguf) | i1-Q3_K_M | 39.3 | IQ3_S probably better |
|
32 |
+
| [GGUF](https://huggingface.co/mradermacher/Rhea-72b-v0.5-i1-GGUF/resolve/main/Rhea-72b-v0.5.i1-Q3_K_L.gguf) | i1-Q3_K_L | 42.6 | IQ3_M probably better |
|
33 |
| [GGUF](https://huggingface.co/mradermacher/Rhea-72b-v0.5-i1-GGUF/resolve/main/Rhea-72b-v0.5.i1-Q4_K_S.gguf) | i1-Q4_K_S | 45.3 | optimal size/speed/quality |
|
34 |
+
| [GGUF](https://huggingface.co/mradermacher/Rhea-72b-v0.5-i1-GGUF/resolve/main/Rhea-72b-v0.5.i1-Q4_K_M.gguf) | i1-Q4_K_M | 47.8 | fast, recommended |
|
35 |
+
| [PART 1](https://huggingface.co/mradermacher/Rhea-72b-v0.5-i1-GGUF/resolve/main/Rhea-72b-v0.5.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Rhea-72b-v0.5-i1-GGUF/resolve/main/Rhea-72b-v0.5.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 63.4 | practically like static Q6_K |
|
36 |
|
37 |
|
38 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|