Update README.md
Browse files
README.md
CHANGED
@@ -2515,8 +2515,16 @@ This repo contains GGUF format model files for [GritLM/GritLM-7B](https://huggin
|
|
2515 |
|
2516 |
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).
|
2517 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2518 |
## Prompt template
|
2519 |
|
|
|
2520 |
```
|
2521 |
<s><|user|>
|
2522 |
{prompt}
|
@@ -2527,18 +2535,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
2527 |
|
2528 |
| Filename | Quant type | File Size | Description |
|
2529 |
| -------- | ---------- | --------- | ----------- |
|
2530 |
-
| [GritLM-7B-Q2_K.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/
|
2531 |
-
| [GritLM-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/
|
2532 |
-
| [GritLM-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/
|
2533 |
-
| [GritLM-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/
|
2534 |
-
| [GritLM-7B-Q4_0.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/
|
2535 |
-
| [GritLM-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/
|
2536 |
-
| [GritLM-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/
|
2537 |
-
| [GritLM-7B-Q5_0.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/
|
2538 |
-
| [GritLM-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/
|
2539 |
-
| [GritLM-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/
|
2540 |
-
| [GritLM-7B-Q6_K.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/
|
2541 |
-
| [GritLM-7B-Q8_0.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/
|
2542 |
|
2543 |
|
2544 |
## Downloading instruction
|
|
|
2515 |
|
2516 |
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).
|
2517 |
|
2518 |
+
|
2519 |
+
<div style="text-align: left; margin: 20px 0;">
|
2520 |
+
<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;">
|
2521 |
+
Run them on the TensorBlock client using your local machine ↗
|
2522 |
+
</a>
|
2523 |
+
</div>
|
2524 |
+
|
2525 |
## Prompt template
|
2526 |
|
2527 |
+
|
2528 |
```
|
2529 |
<s><|user|>
|
2530 |
{prompt}
|
|
|
2535 |
|
2536 |
| Filename | Quant type | File Size | Description |
|
2537 |
| -------- | ---------- | --------- | ----------- |
|
2538 |
+
| [GritLM-7B-Q2_K.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/blob/main/GritLM-7B-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
|
2539 |
+
| [GritLM-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/blob/main/GritLM-7B-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
|
2540 |
+
| [GritLM-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/blob/main/GritLM-7B-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
|
2541 |
+
| [GritLM-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/blob/main/GritLM-7B-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
|
2542 |
+
| [GritLM-7B-Q4_0.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/blob/main/GritLM-7B-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
2543 |
+
| [GritLM-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/blob/main/GritLM-7B-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
|
2544 |
+
| [GritLM-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/blob/main/GritLM-7B-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
|
2545 |
+
| [GritLM-7B-Q5_0.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/blob/main/GritLM-7B-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
2546 |
+
| [GritLM-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/blob/main/GritLM-7B-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
|
2547 |
+
| [GritLM-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/blob/main/GritLM-7B-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
|
2548 |
+
| [GritLM-7B-Q6_K.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/blob/main/GritLM-7B-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
|
2549 |
+
| [GritLM-7B-Q8_0.gguf](https://huggingface.co/tensorblock/GritLM-7B-GGUF/blob/main/GritLM-7B-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
|
2550 |
|
2551 |
|
2552 |
## Downloading instruction
|