auto-patch README.md
Browse files
README.md
CHANGED
@@ -37,6 +37,8 @@ more details, including on how to concatenate multi-part files.
|
|
37 |
|:-----|:-----|--------:|:------|
|
38 |
| [GGUF](https://huggingface.co/mradermacher/AceCoder-Qwen2.5-7B-Ins-Rule-GGUF/resolve/main/AceCoder-Qwen2.5-7B-Ins-Rule.Q2_K.gguf) | Q2_K | 3.1 | |
|
39 |
| [GGUF](https://huggingface.co/mradermacher/AceCoder-Qwen2.5-7B-Ins-Rule-GGUF/resolve/main/AceCoder-Qwen2.5-7B-Ins-Rule.Q4_K_S.gguf) | Q4_K_S | 4.6 | fast, recommended |
|
|
|
|
|
40 |
| [GGUF](https://huggingface.co/mradermacher/AceCoder-Qwen2.5-7B-Ins-Rule-GGUF/resolve/main/AceCoder-Qwen2.5-7B-Ins-Rule.f16.gguf) | f16 | 15.3 | 16 bpw, overkill |
|
41 |
|
42 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
|
|
37 |
|:-----|:-----|--------:|:------|
|
38 |
| [GGUF](https://huggingface.co/mradermacher/AceCoder-Qwen2.5-7B-Ins-Rule-GGUF/resolve/main/AceCoder-Qwen2.5-7B-Ins-Rule.Q2_K.gguf) | Q2_K | 3.1 | |
|
39 |
| [GGUF](https://huggingface.co/mradermacher/AceCoder-Qwen2.5-7B-Ins-Rule-GGUF/resolve/main/AceCoder-Qwen2.5-7B-Ins-Rule.Q4_K_S.gguf) | Q4_K_S | 4.6 | fast, recommended |
|
40 |
+
| [GGUF](https://huggingface.co/mradermacher/AceCoder-Qwen2.5-7B-Ins-Rule-GGUF/resolve/main/AceCoder-Qwen2.5-7B-Ins-Rule.Q6_K.gguf) | Q6_K | 6.4 | very good quality |
|
41 |
+
| [GGUF](https://huggingface.co/mradermacher/AceCoder-Qwen2.5-7B-Ins-Rule-GGUF/resolve/main/AceCoder-Qwen2.5-7B-Ins-Rule.Q8_0.gguf) | Q8_0 | 8.2 | fast, best quality |
|
42 |
| [GGUF](https://huggingface.co/mradermacher/AceCoder-Qwen2.5-7B-Ins-Rule-GGUF/resolve/main/AceCoder-Qwen2.5-7B-Ins-Rule.f16.gguf) | f16 | 15.3 | 16 bpw, overkill |
|
43 |
|
44 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|