auto-patch README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,6 @@ tags:
|
|
11 |
|
12 |
weighted/imatrix quants of https://huggingface.co/dreamgen/opus-v1.2-70b
|
13 |
|
14 |
-
|
15 |
<!-- provided-files -->
|
16 |
static quants are available at https://huggingface.co/mradermacher/opus-v1.2-70b-GGUF
|
17 |
## Usage
|
@@ -27,6 +26,13 @@ more details, including on how to concatenate multi-part files.
|
|
27 |
| Link | Type | Size/GB | Notes |
|
28 |
|:-----|:-----|--------:|:------|
|
29 |
| [GGUF](https://huggingface.co/mradermacher/opus-v1.2-70b-i1-GGUF/resolve/main/opus-v1.2-70b.i1-Q2_K.gguf) | i1-Q2_K | 25.9 | IQ3_XXS probably better |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
|
32 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
|
|
11 |
|
12 |
weighted/imatrix quants of https://huggingface.co/dreamgen/opus-v1.2-70b
|
13 |
|
|
|
14 |
<!-- provided-files -->
|
15 |
static quants are available at https://huggingface.co/mradermacher/opus-v1.2-70b-GGUF
|
16 |
## Usage
|
|
|
26 |
| Link | Type | Size/GB | Notes |
|
27 |
|:-----|:-----|--------:|:------|
|
28 |
| [GGUF](https://huggingface.co/mradermacher/opus-v1.2-70b-i1-GGUF/resolve/main/opus-v1.2-70b.i1-Q2_K.gguf) | i1-Q2_K | 25.9 | IQ3_XXS probably better |
|
29 |
+
| [GGUF](https://huggingface.co/mradermacher/opus-v1.2-70b-i1-GGUF/resolve/main/opus-v1.2-70b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 30.3 | IQ3_XS probably better |
|
30 |
+
| [GGUF](https://huggingface.co/mradermacher/opus-v1.2-70b-i1-GGUF/resolve/main/opus-v1.2-70b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 33.7 | IQ3_S probably better |
|
31 |
+
| [GGUF](https://huggingface.co/mradermacher/opus-v1.2-70b-i1-GGUF/resolve/main/opus-v1.2-70b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 36.6 | IQ3_M probably better |
|
32 |
+
| [GGUF](https://huggingface.co/mradermacher/opus-v1.2-70b-i1-GGUF/resolve/main/opus-v1.2-70b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 39.7 | optimal size/speed/quality |
|
33 |
+
| [GGUF](https://huggingface.co/mradermacher/opus-v1.2-70b-i1-GGUF/resolve/main/opus-v1.2-70b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 41.8 | fast, medium quality |
|
34 |
+
| [GGUF](https://huggingface.co/mradermacher/opus-v1.2-70b-i1-GGUF/resolve/main/opus-v1.2-70b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 47.9 | |
|
35 |
+
| [PART 1](https://huggingface.co/mradermacher/opus-v1.2-70b-i1-GGUF/resolve/main/opus-v1.2-70b.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/opus-v1.2-70b-i1-GGUF/resolve/main/opus-v1.2-70b.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 57.0 | practically like static Q6_K |
|
36 |
|
37 |
|
38 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|