mradermacher
commited on
Commit
•
60bc258
1
Parent(s):
5c2e16f
auto-patch README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,11 @@ more details, including on how to concatenate multi-part files.
|
|
35 |
| Link | Type | Size/GB | Notes |
|
36 |
|:-----|:-----|--------:|:------|
|
37 |
| [GGUF](https://huggingface.co/mradermacher/Ramonda-7B-GGUF/resolve/main/Ramonda-7B.Q2_K.gguf) | Q2_K | 2.8 | |
|
|
|
|
|
|
|
38 |
| [GGUF](https://huggingface.co/mradermacher/Ramonda-7B-GGUF/resolve/main/Ramonda-7B.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended |
|
|
|
39 |
| [GGUF](https://huggingface.co/mradermacher/Ramonda-7B-GGUF/resolve/main/Ramonda-7B.f16.gguf) | f16 | 14.6 | 16 bpw, overkill |
|
40 |
|
41 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
|
|
35 |
| Link | Type | Size/GB | Notes |
|
36 |
|:-----|:-----|--------:|:------|
|
37 |
| [GGUF](https://huggingface.co/mradermacher/Ramonda-7B-GGUF/resolve/main/Ramonda-7B.Q2_K.gguf) | Q2_K | 2.8 | |
|
38 |
+
| [GGUF](https://huggingface.co/mradermacher/Ramonda-7B-GGUF/resolve/main/Ramonda-7B.Q3_K_S.gguf) | Q3_K_S | 3.3 | |
|
39 |
+
| [GGUF](https://huggingface.co/mradermacher/Ramonda-7B-GGUF/resolve/main/Ramonda-7B.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality |
|
40 |
+
| [GGUF](https://huggingface.co/mradermacher/Ramonda-7B-GGUF/resolve/main/Ramonda-7B.Q3_K_L.gguf) | Q3_K_L | 3.9 | |
|
41 |
| [GGUF](https://huggingface.co/mradermacher/Ramonda-7B-GGUF/resolve/main/Ramonda-7B.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended |
|
42 |
+
| [GGUF](https://huggingface.co/mradermacher/Ramonda-7B-GGUF/resolve/main/Ramonda-7B.Q6_K.gguf) | Q6_K | 6.0 | very good quality |
|
43 |
| [GGUF](https://huggingface.co/mradermacher/Ramonda-7B-GGUF/resolve/main/Ramonda-7B.f16.gguf) | f16 | 14.6 | 16 bpw, overkill |
|
44 |
|
45 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|