mradermacher
commited on
auto-patch README.md
Browse files
README.md
CHANGED
@@ -42,9 +42,12 @@ more details, including on how to concatenate multi-part files.
|
|
42 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q3_K_S.gguf) | Q3_K_S | 6.4 | |
|
43 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q3_K_M.gguf) | Q3_K_M | 7.0 | lower quality |
|
44 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q3_K_L.gguf) | Q3_K_L | 7.6 | |
|
|
|
|
|
45 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q4_K_S.gguf) | Q4_K_S | 8.3 | fast, recommended |
|
46 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q4_K_M.gguf) | Q4_K_M | 8.7 | fast, recommended |
|
47 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q5_K_S.gguf) | Q5_K_S | 9.9 | |
|
|
|
48 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q6_K.gguf) | Q6_K | 11.7 | very good quality |
|
49 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q8_0.gguf) | Q8_0 | 15.1 | fast, best quality |
|
50 |
|
|
|
42 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q3_K_S.gguf) | Q3_K_S | 6.4 | |
|
43 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q3_K_M.gguf) | Q3_K_M | 7.0 | lower quality |
|
44 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q3_K_L.gguf) | Q3_K_L | 7.6 | |
|
45 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.IQ4_XS.gguf) | IQ4_XS | 7.9 | |
|
46 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q4_0_4_4.gguf) | Q4_0_4_4 | 8.2 | fast on arm, low quality |
|
47 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q4_K_S.gguf) | Q4_K_S | 8.3 | fast, recommended |
|
48 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q4_K_M.gguf) | Q4_K_M | 8.7 | fast, recommended |
|
49 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q5_K_S.gguf) | Q5_K_S | 9.9 | |
|
50 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q5_K_M.gguf) | Q5_K_M | 10.1 | |
|
51 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q6_K.gguf) | Q6_K | 11.7 | very good quality |
|
52 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-14B-Instruct-v1-GGUF/resolve/main/Llama-3-14B-Instruct-v1.Q8_0.gguf) | Q8_0 | 15.1 | fast, best quality |
|
53 |
|