mradermacher
commited on
Commit
•
b41562a
1
Parent(s):
110d9a9
auto-patch README.md
Browse files
README.md
CHANGED
@@ -42,10 +42,13 @@ more details, including on how to concatenate multi-part files.
|
|
42 |
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 10.9 | |
|
43 |
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-IQ2_S.gguf) | i1-IQ2_S | 11.1 | |
|
44 |
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-IQ2_M.gguf) | i1-IQ2_M | 12.2 | |
|
|
|
45 |
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 14.2 | fast, lower quality |
|
46 |
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 14.9 | |
|
47 |
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-IQ3_S.gguf) | i1-IQ3_S | 15.8 | fast, beats Q3_K* |
|
48 |
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-IQ3_M.gguf) | i1-IQ3_M | 16.1 | |
|
|
|
|
|
49 |
|
50 |
|
51 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
|
|
42 |
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 10.9 | |
|
43 |
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-IQ2_S.gguf) | i1-IQ2_S | 11.1 | |
|
44 |
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-IQ2_M.gguf) | i1-IQ2_M | 12.2 | |
|
45 |
+
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-Q2_K.gguf) | i1-Q2_K | 13.4 | IQ3_XXS probably better |
|
46 |
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 14.2 | fast, lower quality |
|
47 |
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 14.9 | |
|
48 |
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-IQ3_S.gguf) | i1-IQ3_S | 15.8 | fast, beats Q3_K* |
|
49 |
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-IQ3_M.gguf) | i1-IQ3_M | 16.1 | |
|
50 |
+
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 17.5 | IQ3_S probably better |
|
51 |
+
| [GGUF](https://huggingface.co/mradermacher/Umbra-v3-MoE-4x11b-i1-GGUF/resolve/main/Umbra-v3-MoE-4x11b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 22.1 | fast, medium quality |
|
52 |
|
53 |
|
54 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|