auto-patch README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ tags:
|
|
27 |
static quants of https://huggingface.co/mosaicml/mpt-7b
|
28 |
|
29 |
<!-- provided-files -->
|
30 |
-
weighted/imatrix quants
|
31 |
## Usage
|
32 |
|
33 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
@@ -41,8 +41,19 @@ more details, including on how to concatenate multi-part files.
|
|
41 |
| Link | Type | Size/GB | Notes |
|
42 |
|:-----|:-----|--------:|:------|
|
43 |
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.Q2_K.gguf) | Q2_K | 2.7 | |
|
|
|
44 |
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.IQ3_S.gguf) | IQ3_S | 3.0 | beats Q3_K* |
|
|
|
|
|
|
|
|
|
45 |
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.Q4_K_S.gguf) | Q4_K_S | 3.9 | fast, recommended |
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
48 |
types (lower is better):
|
|
|
27 |
static quants of https://huggingface.co/mosaicml/mpt-7b
|
28 |
|
29 |
<!-- provided-files -->
|
30 |
+
weighted/imatrix quants are available at https://huggingface.co/mradermacher/mpt-7b-i1-GGUF
|
31 |
## Usage
|
32 |
|
33 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
|
|
41 |
| Link | Type | Size/GB | Notes |
|
42 |
|:-----|:-----|--------:|:------|
|
43 |
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.Q2_K.gguf) | Q2_K | 2.7 | |
|
44 |
+
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.IQ3_XS.gguf) | IQ3_XS | 3.0 | |
|
45 |
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.IQ3_S.gguf) | IQ3_S | 3.0 | beats Q3_K* |
|
46 |
+
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.Q3_K_S.gguf) | Q3_K_S | 3.0 | |
|
47 |
+
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.IQ3_M.gguf) | IQ3_M | 3.4 | |
|
48 |
+
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality |
|
49 |
+
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.IQ4_XS.gguf) | IQ4_XS | 3.7 | |
|
50 |
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.Q4_K_S.gguf) | Q4_K_S | 3.9 | fast, recommended |
|
51 |
+
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.Q3_K_L.gguf) | Q3_K_L | 3.9 | |
|
52 |
+
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.Q4_K_M.gguf) | Q4_K_M | 4.4 | fast, recommended |
|
53 |
+
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.Q5_K_S.gguf) | Q5_K_S | 4.7 | |
|
54 |
+
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.Q5_K_M.gguf) | Q5_K_M | 5.1 | |
|
55 |
+
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.Q6_K.gguf) | Q6_K | 5.6 | very good quality |
|
56 |
+
| [GGUF](https://huggingface.co/mradermacher/mpt-7b-GGUF/resolve/main/mpt-7b.Q8_0.gguf) | Q8_0 | 7.2 | fast, best quality |
|
57 |
|
58 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
59 |
types (lower is better):
|