mradermacher
commited on
Commit
•
d6e3b12
1
Parent(s):
4275406
auto-patch README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,6 @@ tags:
|
|
25 |
|
26 |
static quants of https://huggingface.co/CultriX/MoNeuTrix-MoE-4x7B
|
27 |
|
28 |
-
|
29 |
<!-- provided-files -->
|
30 |
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.
|
31 |
## Usage
|
@@ -41,7 +40,16 @@ more details, including on how to concatenate multi-part files.
|
|
41 |
| Link | Type | Size/GB | Notes |
|
42 |
|:-----|:-----|--------:|:------|
|
43 |
| [GGUF](https://huggingface.co/mradermacher/MoNeuTrix-MoE-4x7B-GGUF/resolve/main/MoNeuTrix-MoE-4x7B.Q2_K.gguf) | Q2_K | 9.1 | |
|
|
|
|
|
|
|
|
|
44 |
| [GGUF](https://huggingface.co/mradermacher/MoNeuTrix-MoE-4x7B-GGUF/resolve/main/MoNeuTrix-MoE-4x7B.Q4_K_S.gguf) | Q4_K_S | 14.0 | fast, recommended |
|
|
|
|
|
|
|
|
|
|
|
45 |
|
46 |
|
47 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
|
|
25 |
|
26 |
static quants of https://huggingface.co/CultriX/MoNeuTrix-MoE-4x7B
|
27 |
|
|
|
28 |
<!-- provided-files -->
|
29 |
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.
|
30 |
## Usage
|
|
|
40 |
| Link | Type | Size/GB | Notes |
|
41 |
|:-----|:-----|--------:|:------|
|
42 |
| [GGUF](https://huggingface.co/mradermacher/MoNeuTrix-MoE-4x7B-GGUF/resolve/main/MoNeuTrix-MoE-4x7B.Q2_K.gguf) | Q2_K | 9.1 | |
|
43 |
+
| [GGUF](https://huggingface.co/mradermacher/MoNeuTrix-MoE-4x7B-GGUF/resolve/main/MoNeuTrix-MoE-4x7B.Q3_K_S.gguf) | Q3_K_S | 10.7 | |
|
44 |
+
| [GGUF](https://huggingface.co/mradermacher/MoNeuTrix-MoE-4x7B-GGUF/resolve/main/MoNeuTrix-MoE-4x7B.Q3_K_M.gguf) | Q3_K_M | 11.8 | lower quality |
|
45 |
+
| [GGUF](https://huggingface.co/mradermacher/MoNeuTrix-MoE-4x7B-GGUF/resolve/main/MoNeuTrix-MoE-4x7B.Q3_K_L.gguf) | Q3_K_L | 12.8 | |
|
46 |
+
| [GGUF](https://huggingface.co/mradermacher/MoNeuTrix-MoE-4x7B-GGUF/resolve/main/MoNeuTrix-MoE-4x7B.Q4_0.gguf) | Q4_0 | 13.9 | |
|
47 |
| [GGUF](https://huggingface.co/mradermacher/MoNeuTrix-MoE-4x7B-GGUF/resolve/main/MoNeuTrix-MoE-4x7B.Q4_K_S.gguf) | Q4_K_S | 14.0 | fast, recommended |
|
48 |
+
| [GGUF](https://huggingface.co/mradermacher/MoNeuTrix-MoE-4x7B-GGUF/resolve/main/MoNeuTrix-MoE-4x7B.Q4_K_M.gguf) | Q4_K_M | 14.9 | fast, recommended |
|
49 |
+
| [GGUF](https://huggingface.co/mradermacher/MoNeuTrix-MoE-4x7B-GGUF/resolve/main/MoNeuTrix-MoE-4x7B.Q5_K_S.gguf) | Q5_K_S | 16.9 | |
|
50 |
+
| [GGUF](https://huggingface.co/mradermacher/MoNeuTrix-MoE-4x7B-GGUF/resolve/main/MoNeuTrix-MoE-4x7B.Q5_K_M.gguf) | Q5_K_M | 17.4 | |
|
51 |
+
| [GGUF](https://huggingface.co/mradermacher/MoNeuTrix-MoE-4x7B-GGUF/resolve/main/MoNeuTrix-MoE-4x7B.Q6_K.gguf) | Q6_K | 20.1 | very good quality |
|
52 |
+
| [GGUF](https://huggingface.co/mradermacher/MoNeuTrix-MoE-4x7B-GGUF/resolve/main/MoNeuTrix-MoE-4x7B.Q8_0.gguf) | Q8_0 | 25.9 | fast, best quality |
|
53 |
|
54 |
|
55 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|