morriszms commited on
Commit
dbc7783
1 Parent(s): 46bd47c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -197,8 +197,16 @@ This repo contains GGUF format model files for [NousResearch/Meta-Llama-3-8B](ht
197
 
198
  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).
199
 
 
 
 
 
 
 
 
200
  ## Prompt template
201
 
 
202
  ```
203
 
204
  ```
@@ -207,18 +215,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
207
 
208
  | Filename | Quant type | File Size | Description |
209
  | -------- | ---------- | --------- | ----------- |
210
- | [Meta-Llama-3-8B-Q2_K.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/tree/main/Meta-Llama-3-8B-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
211
- | [Meta-Llama-3-8B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/tree/main/Meta-Llama-3-8B-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
212
- | [Meta-Llama-3-8B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/tree/main/Meta-Llama-3-8B-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
213
- | [Meta-Llama-3-8B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/tree/main/Meta-Llama-3-8B-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
214
- | [Meta-Llama-3-8B-Q4_0.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/tree/main/Meta-Llama-3-8B-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
215
- | [Meta-Llama-3-8B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/tree/main/Meta-Llama-3-8B-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
216
- | [Meta-Llama-3-8B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/tree/main/Meta-Llama-3-8B-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
217
- | [Meta-Llama-3-8B-Q5_0.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/tree/main/Meta-Llama-3-8B-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
218
- | [Meta-Llama-3-8B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/tree/main/Meta-Llama-3-8B-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
219
- | [Meta-Llama-3-8B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/tree/main/Meta-Llama-3-8B-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
220
- | [Meta-Llama-3-8B-Q6_K.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/tree/main/Meta-Llama-3-8B-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
221
- | [Meta-Llama-3-8B-Q8_0.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/tree/main/Meta-Llama-3-8B-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
222
 
223
 
224
  ## Downloading instruction
 
197
 
198
  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).
199
 
200
+
201
+ <div style="text-align: left; margin: 20px 0;">
202
+ <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;">
203
+ Run them on the TensorBlock client using your local machine ↗
204
+ </a>
205
+ </div>
206
+
207
  ## Prompt template
208
 
209
+
210
  ```
211
 
212
  ```
 
215
 
216
  | Filename | Quant type | File Size | Description |
217
  | -------- | ---------- | --------- | ----------- |
218
+ | [Meta-Llama-3-8B-Q2_K.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/blob/main/Meta-Llama-3-8B-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
219
+ | [Meta-Llama-3-8B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/blob/main/Meta-Llama-3-8B-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
220
+ | [Meta-Llama-3-8B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/blob/main/Meta-Llama-3-8B-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
221
+ | [Meta-Llama-3-8B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/blob/main/Meta-Llama-3-8B-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
222
+ | [Meta-Llama-3-8B-Q4_0.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/blob/main/Meta-Llama-3-8B-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
223
+ | [Meta-Llama-3-8B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/blob/main/Meta-Llama-3-8B-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
224
+ | [Meta-Llama-3-8B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/blob/main/Meta-Llama-3-8B-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
225
+ | [Meta-Llama-3-8B-Q5_0.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/blob/main/Meta-Llama-3-8B-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
226
+ | [Meta-Llama-3-8B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/blob/main/Meta-Llama-3-8B-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
227
+ | [Meta-Llama-3-8B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/blob/main/Meta-Llama-3-8B-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
228
+ | [Meta-Llama-3-8B-Q6_K.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/blob/main/Meta-Llama-3-8B-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
229
+ | [Meta-Llama-3-8B-Q8_0.gguf](https://huggingface.co/tensorblock/Meta-Llama-3-8B-GGUF/blob/main/Meta-Llama-3-8B-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
230
 
231
 
232
  ## Downloading instruction