mradermacher
commited on
Commit
•
8c70a0c
1
Parent(s):
10037e2
auto-patch README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,6 @@ tags:
|
|
14 |
|
15 |
static quants of https://huggingface.co/MarsupialAI/Melusine_103b
|
16 |
|
17 |
-
|
18 |
<!-- provided-files -->
|
19 |
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.
|
20 |
## Usage
|
@@ -29,7 +28,9 @@ more details, including on how to concatenate multi-part files.
|
|
29 |
|
30 |
| Link | Type | Size/GB | Notes |
|
31 |
|:-----|:-----|--------:|:------|
|
|
|
32 |
| [PART 1](https://huggingface.co/mradermacher/Melusine_103b-GGUF/resolve/main/Melusine_103b.Q4_K_S.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Melusine_103b-GGUF/resolve/main/Melusine_103b.Q4_K_S.gguf.part2of2) | Q4_K_S | 59.0 | fast, recommended |
|
|
|
33 |
|
34 |
|
35 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
|
|
14 |
|
15 |
static quants of https://huggingface.co/MarsupialAI/Melusine_103b
|
16 |
|
|
|
17 |
<!-- provided-files -->
|
18 |
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.
|
19 |
## Usage
|
|
|
28 |
|
29 |
| Link | Type | Size/GB | Notes |
|
30 |
|:-----|:-----|--------:|:------|
|
31 |
+
| [PART 1](https://huggingface.co/mradermacher/Melusine_103b-GGUF/resolve/main/Melusine_103b.Q3_K_M.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Melusine_103b-GGUF/resolve/main/Melusine_103b.Q3_K_M.gguf.part2of2) | Q3_K_M | 50.0 | lower quality |
|
32 |
| [PART 1](https://huggingface.co/mradermacher/Melusine_103b-GGUF/resolve/main/Melusine_103b.Q4_K_S.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Melusine_103b-GGUF/resolve/main/Melusine_103b.Q4_K_S.gguf.part2of2) | Q4_K_S | 59.0 | fast, recommended |
|
33 |
+
| [PART 1](https://huggingface.co/mradermacher/Melusine_103b-GGUF/resolve/main/Melusine_103b.Q8_0.gguf.part1of3) [PART 2](https://huggingface.co/mradermacher/Melusine_103b-GGUF/resolve/main/Melusine_103b.Q8_0.gguf.part2of3) [PART 3](https://huggingface.co/mradermacher/Melusine_103b-GGUF/resolve/main/Melusine_103b.Q8_0.gguf.part3of3) | Q8_0 | 110.0 | fast, best quality |
|
34 |
|
35 |
|
36 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|