auto-patch README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ tags:
|
|
| 18 |
static quants of https://huggingface.co/codellama/CodeLlama-13b-Python-hf
|
| 19 |
|
| 20 |
<!-- provided-files -->
|
| 21 |
-
weighted/imatrix quants
|
| 22 |
## Usage
|
| 23 |
|
| 24 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
|
@@ -38,6 +38,7 @@ more details, including on how to concatenate multi-part files.
|
|
| 38 |
| [GGUF](https://huggingface.co/mradermacher/CodeLlama-13b-Python-hf-GGUF/resolve/main/CodeLlama-13b-Python-hf.IQ3_M.gguf) | IQ3_M | 6.1 | |
|
| 39 |
| [GGUF](https://huggingface.co/mradermacher/CodeLlama-13b-Python-hf-GGUF/resolve/main/CodeLlama-13b-Python-hf.Q3_K_M.gguf) | Q3_K_M | 6.4 | lower quality |
|
| 40 |
| [GGUF](https://huggingface.co/mradermacher/CodeLlama-13b-Python-hf-GGUF/resolve/main/CodeLlama-13b-Python-hf.Q3_K_L.gguf) | Q3_K_L | 7.0 | |
|
|
|
|
| 41 |
| [GGUF](https://huggingface.co/mradermacher/CodeLlama-13b-Python-hf-GGUF/resolve/main/CodeLlama-13b-Python-hf.Q4_K_S.gguf) | Q4_K_S | 7.5 | fast, recommended |
|
| 42 |
| [GGUF](https://huggingface.co/mradermacher/CodeLlama-13b-Python-hf-GGUF/resolve/main/CodeLlama-13b-Python-hf.Q4_K_M.gguf) | Q4_K_M | 8.0 | fast, recommended |
|
| 43 |
| [GGUF](https://huggingface.co/mradermacher/CodeLlama-13b-Python-hf-GGUF/resolve/main/CodeLlama-13b-Python-hf.Q5_K_S.gguf) | Q5_K_S | 9.1 | |
|
|
|
|
| 18 |
static quants of https://huggingface.co/codellama/CodeLlama-13b-Python-hf
|
| 19 |
|
| 20 |
<!-- provided-files -->
|
| 21 |
+
weighted/imatrix quants are available at https://huggingface.co/mradermacher/CodeLlama-13b-Python-hf-i1-GGUF
|
| 22 |
## Usage
|
| 23 |
|
| 24 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
|
|
|
| 38 |
| [GGUF](https://huggingface.co/mradermacher/CodeLlama-13b-Python-hf-GGUF/resolve/main/CodeLlama-13b-Python-hf.IQ3_M.gguf) | IQ3_M | 6.1 | |
|
| 39 |
| [GGUF](https://huggingface.co/mradermacher/CodeLlama-13b-Python-hf-GGUF/resolve/main/CodeLlama-13b-Python-hf.Q3_K_M.gguf) | Q3_K_M | 6.4 | lower quality |
|
| 40 |
| [GGUF](https://huggingface.co/mradermacher/CodeLlama-13b-Python-hf-GGUF/resolve/main/CodeLlama-13b-Python-hf.Q3_K_L.gguf) | Q3_K_L | 7.0 | |
|
| 41 |
+
| [GGUF](https://huggingface.co/mradermacher/CodeLlama-13b-Python-hf-GGUF/resolve/main/CodeLlama-13b-Python-hf.IQ4_XS.gguf) | IQ4_XS | 7.1 | |
|
| 42 |
| [GGUF](https://huggingface.co/mradermacher/CodeLlama-13b-Python-hf-GGUF/resolve/main/CodeLlama-13b-Python-hf.Q4_K_S.gguf) | Q4_K_S | 7.5 | fast, recommended |
|
| 43 |
| [GGUF](https://huggingface.co/mradermacher/CodeLlama-13b-Python-hf-GGUF/resolve/main/CodeLlama-13b-Python-hf.Q4_K_M.gguf) | Q4_K_M | 8.0 | fast, recommended |
|
| 44 |
| [GGUF](https://huggingface.co/mradermacher/CodeLlama-13b-Python-hf-GGUF/resolve/main/CodeLlama-13b-Python-hf.Q5_K_S.gguf) | Q5_K_S | 9.1 | |
|