Update README.md
Browse files
README.md
CHANGED
@@ -124,8 +124,16 @@ This repo contains GGUF format model files for [DeepMount00/Llama-3-8b-Ita](http
|
|
124 |
|
125 |
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).
|
126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
## Prompt template
|
128 |
|
|
|
129 |
```
|
130 |
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
131 |
|
@@ -138,18 +146,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
138 |
|
139 |
| Filename | Quant type | File Size | Description |
|
140 |
| -------- | ---------- | --------- | ----------- |
|
141 |
-
| [Llama-3-8b-Ita-Q2_K.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/
|
142 |
-
| [Llama-3-8b-Ita-Q3_K_S.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/
|
143 |
-
| [Llama-3-8b-Ita-Q3_K_M.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/
|
144 |
-
| [Llama-3-8b-Ita-Q3_K_L.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/
|
145 |
-
| [Llama-3-8b-Ita-Q4_0.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/
|
146 |
-
| [Llama-3-8b-Ita-Q4_K_S.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/
|
147 |
-
| [Llama-3-8b-Ita-Q4_K_M.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/
|
148 |
-
| [Llama-3-8b-Ita-Q5_0.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/
|
149 |
-
| [Llama-3-8b-Ita-Q5_K_S.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/
|
150 |
-
| [Llama-3-8b-Ita-Q5_K_M.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/
|
151 |
-
| [Llama-3-8b-Ita-Q6_K.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/
|
152 |
-
| [Llama-3-8b-Ita-Q8_0.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/
|
153 |
|
154 |
|
155 |
## Downloading instruction
|
|
|
124 |
|
125 |
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).
|
126 |
|
127 |
+
|
128 |
+
<div style="text-align: left; margin: 20px 0;">
|
129 |
+
<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;">
|
130 |
+
Run them on the TensorBlock client using your local machine ↗
|
131 |
+
</a>
|
132 |
+
</div>
|
133 |
+
|
134 |
## Prompt template
|
135 |
|
136 |
+
|
137 |
```
|
138 |
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
139 |
|
|
|
146 |
|
147 |
| Filename | Quant type | File Size | Description |
|
148 |
| -------- | ---------- | --------- | ----------- |
|
149 |
+
| [Llama-3-8b-Ita-Q2_K.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/blob/main/Llama-3-8b-Ita-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
|
150 |
+
| [Llama-3-8b-Ita-Q3_K_S.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/blob/main/Llama-3-8b-Ita-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
|
151 |
+
| [Llama-3-8b-Ita-Q3_K_M.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/blob/main/Llama-3-8b-Ita-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
|
152 |
+
| [Llama-3-8b-Ita-Q3_K_L.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/blob/main/Llama-3-8b-Ita-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
|
153 |
+
| [Llama-3-8b-Ita-Q4_0.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/blob/main/Llama-3-8b-Ita-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
154 |
+
| [Llama-3-8b-Ita-Q4_K_S.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/blob/main/Llama-3-8b-Ita-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
|
155 |
+
| [Llama-3-8b-Ita-Q4_K_M.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/blob/main/Llama-3-8b-Ita-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
|
156 |
+
| [Llama-3-8b-Ita-Q5_0.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/blob/main/Llama-3-8b-Ita-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
157 |
+
| [Llama-3-8b-Ita-Q5_K_S.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/blob/main/Llama-3-8b-Ita-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
|
158 |
+
| [Llama-3-8b-Ita-Q5_K_M.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/blob/main/Llama-3-8b-Ita-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
|
159 |
+
| [Llama-3-8b-Ita-Q6_K.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/blob/main/Llama-3-8b-Ita-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
|
160 |
+
| [Llama-3-8b-Ita-Q8_0.gguf](https://huggingface.co/tensorblock/Llama-3-8b-Ita-GGUF/blob/main/Llama-3-8b-Ita-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
|
161 |
|
162 |
|
163 |
## Downloading instruction
|