Update README.md
Browse files
README.md
CHANGED
@@ -27,8 +27,16 @@ This repo contains GGUF format model files for [codellama/CodeLlama-13b-hf](http
|
|
27 |
|
28 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
## Prompt template
|
31 |
|
|
|
32 |
```
|
33 |
|
34 |
```
|
@@ -37,18 +45,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
37 |
|
38 |
| Filename | Quant type | File Size | Description |
|
39 |
| -------- | ---------- | --------- | ----------- |
|
40 |
-
| [CodeLlama-13b-hf-Q2_K.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/
|
41 |
-
| [CodeLlama-13b-hf-Q3_K_S.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/
|
42 |
-
| [CodeLlama-13b-hf-Q3_K_M.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/
|
43 |
-
| [CodeLlama-13b-hf-Q3_K_L.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/
|
44 |
-
| [CodeLlama-13b-hf-Q4_0.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/
|
45 |
-
| [CodeLlama-13b-hf-Q4_K_S.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/
|
46 |
-
| [CodeLlama-13b-hf-Q4_K_M.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/
|
47 |
-
| [CodeLlama-13b-hf-Q5_0.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/
|
48 |
-
| [CodeLlama-13b-hf-Q5_K_S.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/
|
49 |
-
| [CodeLlama-13b-hf-Q5_K_M.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/
|
50 |
-
| [CodeLlama-13b-hf-Q6_K.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/
|
51 |
-
| [CodeLlama-13b-hf-Q8_0.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/
|
52 |
|
53 |
|
54 |
## Downloading instruction
|
|
|
27 |
|
28 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
29 |
|
30 |
+
|
31 |
+
<div style="text-align: left; margin: 20px 0;">
|
32 |
+
<a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
|
33 |
+
Run them on the TensorBlock client using your local machine ↗
|
34 |
+
</a>
|
35 |
+
</div>
|
36 |
+
|
37 |
## Prompt template
|
38 |
|
39 |
+
|
40 |
```
|
41 |
|
42 |
```
|
|
|
45 |
|
46 |
| Filename | Quant type | File Size | Description |
|
47 |
| -------- | ---------- | --------- | ----------- |
|
48 |
+
| [CodeLlama-13b-hf-Q2_K.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/blob/main/CodeLlama-13b-hf-Q2_K.gguf) | Q2_K | 4.521 GB | smallest, significant quality loss - not recommended for most purposes |
|
49 |
+
| [CodeLlama-13b-hf-Q3_K_S.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/blob/main/CodeLlama-13b-hf-Q3_K_S.gguf) | Q3_K_S | 5.270 GB | very small, high quality loss |
|
50 |
+
| [CodeLlama-13b-hf-Q3_K_M.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/blob/main/CodeLlama-13b-hf-Q3_K_M.gguf) | Q3_K_M | 5.903 GB | very small, high quality loss |
|
51 |
+
| [CodeLlama-13b-hf-Q3_K_L.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/blob/main/CodeLlama-13b-hf-Q3_K_L.gguf) | Q3_K_L | 6.454 GB | small, substantial quality loss |
|
52 |
+
| [CodeLlama-13b-hf-Q4_0.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/blob/main/CodeLlama-13b-hf-Q4_0.gguf) | Q4_0 | 6.860 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
53 |
+
| [CodeLlama-13b-hf-Q4_K_S.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/blob/main/CodeLlama-13b-hf-Q4_K_S.gguf) | Q4_K_S | 6.913 GB | small, greater quality loss |
|
54 |
+
| [CodeLlama-13b-hf-Q4_K_M.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/blob/main/CodeLlama-13b-hf-Q4_K_M.gguf) | Q4_K_M | 7.326 GB | medium, balanced quality - recommended |
|
55 |
+
| [CodeLlama-13b-hf-Q5_0.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/blob/main/CodeLlama-13b-hf-Q5_0.gguf) | Q5_0 | 8.356 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
56 |
+
| [CodeLlama-13b-hf-Q5_K_S.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/blob/main/CodeLlama-13b-hf-Q5_K_S.gguf) | Q5_K_S | 8.356 GB | large, low quality loss - recommended |
|
57 |
+
| [CodeLlama-13b-hf-Q5_K_M.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/blob/main/CodeLlama-13b-hf-Q5_K_M.gguf) | Q5_K_M | 8.596 GB | large, very low quality loss - recommended |
|
58 |
+
| [CodeLlama-13b-hf-Q6_K.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/blob/main/CodeLlama-13b-hf-Q6_K.gguf) | Q6_K | 9.946 GB | very large, extremely low quality loss |
|
59 |
+
| [CodeLlama-13b-hf-Q8_0.gguf](https://huggingface.co/tensorblock/CodeLlama-13b-hf-GGUF/blob/main/CodeLlama-13b-hf-Q8_0.gguf) | Q8_0 | 12.882 GB | very large, extremely low quality loss - not recommended |
|
60 |
|
61 |
|
62 |
## Downloading instruction
|