mradermacher
commited on
Commit
•
ba3a0b8
1
Parent(s):
140ea14
auto-patch README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ tags:
|
|
24 |
static quants of https://huggingface.co/Corianas/NearalMistral-2x7B
|
25 |
|
26 |
<!-- provided-files -->
|
27 |
-
weighted/imatrix quants
|
28 |
## Usage
|
29 |
|
30 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
@@ -38,7 +38,16 @@ more details, including on how to concatenate multi-part files.
|
|
38 |
| Link | Type | Size/GB | Notes |
|
39 |
|:-----|:-----|--------:|:------|
|
40 |
| [GGUF](https://huggingface.co/mradermacher/NearalMistral-2x7B-GGUF/resolve/main/NearalMistral-2x7B.Q2_K.gguf) | Q2_K | 4.9 | |
|
|
|
|
|
|
|
|
|
|
|
41 |
| [GGUF](https://huggingface.co/mradermacher/NearalMistral-2x7B-GGUF/resolve/main/NearalMistral-2x7B.Q4_K_S.gguf) | Q4_K_S | 7.4 | fast, recommended |
|
|
|
|
|
|
|
|
|
42 |
| [GGUF](https://huggingface.co/mradermacher/NearalMistral-2x7B-GGUF/resolve/main/NearalMistral-2x7B.Q8_0.gguf) | Q8_0 | 13.8 | fast, best quality |
|
43 |
|
44 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
|
|
24 |
static quants of https://huggingface.co/Corianas/NearalMistral-2x7B
|
25 |
|
26 |
<!-- provided-files -->
|
27 |
+
weighted/imatrix quants are available at https://huggingface.co/mradermacher/NearalMistral-2x7B-i1-GGUF
|
28 |
## Usage
|
29 |
|
30 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
|
|
38 |
| Link | Type | Size/GB | Notes |
|
39 |
|:-----|:-----|--------:|:------|
|
40 |
| [GGUF](https://huggingface.co/mradermacher/NearalMistral-2x7B-GGUF/resolve/main/NearalMistral-2x7B.Q2_K.gguf) | Q2_K | 4.9 | |
|
41 |
+
| [GGUF](https://huggingface.co/mradermacher/NearalMistral-2x7B-GGUF/resolve/main/NearalMistral-2x7B.Q3_K_S.gguf) | Q3_K_S | 5.7 | |
|
42 |
+
| [GGUF](https://huggingface.co/mradermacher/NearalMistral-2x7B-GGUF/resolve/main/NearalMistral-2x7B.Q3_K_M.gguf) | Q3_K_M | 6.3 | lower quality |
|
43 |
+
| [GGUF](https://huggingface.co/mradermacher/NearalMistral-2x7B-GGUF/resolve/main/NearalMistral-2x7B.Q3_K_L.gguf) | Q3_K_L | 6.8 | |
|
44 |
+
| [GGUF](https://huggingface.co/mradermacher/NearalMistral-2x7B-GGUF/resolve/main/NearalMistral-2x7B.IQ4_XS.gguf) | IQ4_XS | 7.1 | |
|
45 |
+
| [GGUF](https://huggingface.co/mradermacher/NearalMistral-2x7B-GGUF/resolve/main/NearalMistral-2x7B.Q4_0_4_4.gguf) | Q4_0_4_4 | 7.4 | fast on arm, low quality |
|
46 |
| [GGUF](https://huggingface.co/mradermacher/NearalMistral-2x7B-GGUF/resolve/main/NearalMistral-2x7B.Q4_K_S.gguf) | Q4_K_S | 7.4 | fast, recommended |
|
47 |
+
| [GGUF](https://huggingface.co/mradermacher/NearalMistral-2x7B-GGUF/resolve/main/NearalMistral-2x7B.Q4_K_M.gguf) | Q4_K_M | 7.9 | fast, recommended |
|
48 |
+
| [GGUF](https://huggingface.co/mradermacher/NearalMistral-2x7B-GGUF/resolve/main/NearalMistral-2x7B.Q5_K_S.gguf) | Q5_K_S | 9.0 | |
|
49 |
+
| [GGUF](https://huggingface.co/mradermacher/NearalMistral-2x7B-GGUF/resolve/main/NearalMistral-2x7B.Q5_K_M.gguf) | Q5_K_M | 9.2 | |
|
50 |
+
| [GGUF](https://huggingface.co/mradermacher/NearalMistral-2x7B-GGUF/resolve/main/NearalMistral-2x7B.Q6_K.gguf) | Q6_K | 10.7 | very good quality |
|
51 |
| [GGUF](https://huggingface.co/mradermacher/NearalMistral-2x7B-GGUF/resolve/main/NearalMistral-2x7B.Q8_0.gguf) | Q8_0 | 13.8 | fast, best quality |
|
52 |
|
53 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|