auto-patch README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,9 @@ more details, including on how to concatenate multi-part files.
|
|
38 |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-SN-405B-hacky-GGUF/resolve/main/oh-dcft-v3.1-SN-405B-hacky.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality |
|
39 |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-SN-405B-hacky-GGUF/resolve/main/oh-dcft-v3.1-SN-405B-hacky.Q3_K_L.gguf) | Q3_K_L | 4.4 | |
|
40 |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-SN-405B-hacky-GGUF/resolve/main/oh-dcft-v3.1-SN-405B-hacky.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
|
|
|
41 |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-SN-405B-hacky-GGUF/resolve/main/oh-dcft-v3.1-SN-405B-hacky.Q6_K.gguf) | Q6_K | 6.7 | very good quality |
|
|
|
42 |
|
43 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
44 |
types (lower is better):
|
|
|
38 |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-SN-405B-hacky-GGUF/resolve/main/oh-dcft-v3.1-SN-405B-hacky.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality |
|
39 |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-SN-405B-hacky-GGUF/resolve/main/oh-dcft-v3.1-SN-405B-hacky.Q3_K_L.gguf) | Q3_K_L | 4.4 | |
|
40 |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-SN-405B-hacky-GGUF/resolve/main/oh-dcft-v3.1-SN-405B-hacky.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
|
41 |
+
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-SN-405B-hacky-GGUF/resolve/main/oh-dcft-v3.1-SN-405B-hacky.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended |
|
42 |
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-SN-405B-hacky-GGUF/resolve/main/oh-dcft-v3.1-SN-405B-hacky.Q6_K.gguf) | Q6_K | 6.7 | very good quality |
|
43 |
+
| [GGUF](https://huggingface.co/mradermacher/oh-dcft-v3.1-SN-405B-hacky-GGUF/resolve/main/oh-dcft-v3.1-SN-405B-hacky.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
|
44 |
|
45 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
46 |
types (lower is better):
|