mradermacher
commited on
auto-patch README.md
Browse files
README.md
CHANGED
@@ -24,9 +24,14 @@ more details, including on how to concatenate multi-part files.
|
|
24 |
| Link | Type | Size/GB | Notes |
|
25 |
|:-----|:-----|--------:|:------|
|
26 |
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-70B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-70B-v2.0.3.i1-Q2_K.gguf) | i1-Q2_K | 25.9 | IQ3_XXS probably better |
|
|
|
27 |
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-70B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-70B-v2.0.3.i1-Q3_K_M.gguf) | i1-Q3_K_M | 33.7 | IQ3_S probably better |
|
|
|
28 |
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-70B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-70B-v2.0.3.i1-Q4_K_S.gguf) | i1-Q4_K_S | 39.7 | optimal size/speed/quality |
|
29 |
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-70B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-70B-v2.0.3.i1-Q4_K_M.gguf) | i1-Q4_K_M | 41.8 | fast, medium quality |
|
|
|
|
|
|
|
30 |
|
31 |
|
32 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
|
|
24 |
| Link | Type | Size/GB | Notes |
|
25 |
|:-----|:-----|--------:|:------|
|
26 |
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-70B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-70B-v2.0.3.i1-Q2_K.gguf) | i1-Q2_K | 25.9 | IQ3_XXS probably better |
|
27 |
+
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-70B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-70B-v2.0.3.i1-Q3_K_S.gguf) | i1-Q3_K_S | 30.3 | IQ3_XS probably better |
|
28 |
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-70B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-70B-v2.0.3.i1-Q3_K_M.gguf) | i1-Q3_K_M | 33.7 | IQ3_S probably better |
|
29 |
+
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-70B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-70B-v2.0.3.i1-Q3_K_L.gguf) | i1-Q3_K_L | 36.6 | IQ3_M probably better |
|
30 |
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-70B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-70B-v2.0.3.i1-Q4_K_S.gguf) | i1-Q4_K_S | 39.7 | optimal size/speed/quality |
|
31 |
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-70B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-70B-v2.0.3.i1-Q4_K_M.gguf) | i1-Q4_K_M | 41.8 | fast, medium quality |
|
32 |
+
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-70B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-70B-v2.0.3.i1-Q5_K_S.gguf) | i1-Q5_K_S | 47.9 | |
|
33 |
+
| [GGUF](https://huggingface.co/mradermacher/Midnight-Rose-70B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-70B-v2.0.3.i1-Q5_K_M.gguf) | i1-Q5_K_M | 49.2 | |
|
34 |
+
| [PART 1](https://huggingface.co/mradermacher/Midnight-Rose-70B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-70B-v2.0.3.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Midnight-Rose-70B-v2.0.3-i1-GGUF/resolve/main/Midnight-Rose-70B-v2.0.3.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 57.0 | practically like static Q6_K |
|
35 |
|
36 |
|
37 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|