auto-patch README.md
Browse files
README.md
CHANGED
@@ -97,7 +97,14 @@ more details, including on how to concatenate multi-part files.
|
|
97 |
|
98 |
| Link | Type | Size/GB | Notes |
|
99 |
|:-----|:-----|--------:|:------|
|
|
|
|
|
|
|
|
|
100 |
| [GGUF](https://huggingface.co/mradermacher/DPE-70b-Ckpts-GGUF/resolve/main/DPE-70b-Ckpts.Q4_K_S.gguf) | Q4_K_S | 40.4 | fast, recommended |
|
|
|
|
|
|
|
101 |
|
102 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
103 |
types (lower is better):
|
|
|
97 |
|
98 |
| Link | Type | Size/GB | Notes |
|
99 |
|:-----|:-----|--------:|:------|
|
100 |
+
| [GGUF](https://huggingface.co/mradermacher/DPE-70b-Ckpts-GGUF/resolve/main/DPE-70b-Ckpts.Q2_K.gguf) | Q2_K | 26.5 | |
|
101 |
+
| [GGUF](https://huggingface.co/mradermacher/DPE-70b-Ckpts-GGUF/resolve/main/DPE-70b-Ckpts.Q3_K_S.gguf) | Q3_K_S | 31.0 | |
|
102 |
+
| [GGUF](https://huggingface.co/mradermacher/DPE-70b-Ckpts-GGUF/resolve/main/DPE-70b-Ckpts.Q3_K_M.gguf) | Q3_K_M | 34.4 | lower quality |
|
103 |
+
| [GGUF](https://huggingface.co/mradermacher/DPE-70b-Ckpts-GGUF/resolve/main/DPE-70b-Ckpts.Q3_K_L.gguf) | Q3_K_L | 37.2 | |
|
104 |
| [GGUF](https://huggingface.co/mradermacher/DPE-70b-Ckpts-GGUF/resolve/main/DPE-70b-Ckpts.Q4_K_S.gguf) | Q4_K_S | 40.4 | fast, recommended |
|
105 |
+
| [GGUF](https://huggingface.co/mradermacher/DPE-70b-Ckpts-GGUF/resolve/main/DPE-70b-Ckpts.Q4_K_M.gguf) | Q4_K_M | 42.6 | fast, recommended |
|
106 |
+
| [PART 1](https://huggingface.co/mradermacher/DPE-70b-Ckpts-GGUF/resolve/main/DPE-70b-Ckpts.Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/DPE-70b-Ckpts-GGUF/resolve/main/DPE-70b-Ckpts.Q6_K.gguf.part2of2) | Q6_K | 58.0 | very good quality |
|
107 |
+
| [PART 1](https://huggingface.co/mradermacher/DPE-70b-Ckpts-GGUF/resolve/main/DPE-70b-Ckpts.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/DPE-70b-Ckpts-GGUF/resolve/main/DPE-70b-Ckpts.Q8_0.gguf.part2of2) | Q8_0 | 75.1 | fast, best quality |
|
108 |
|
109 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
110 |
types (lower is better):
|