Update README.md
Browse files
README.md
CHANGED
@@ -25,8 +25,16 @@ This repo contains GGUF format model files for [heegyu/WizardVicuna-open-llama-3
|
|
25 |
|
26 |
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).
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
## Prompt template
|
29 |
|
|
|
30 |
```
|
31 |
|
32 |
```
|
@@ -35,18 +43,18 @@ The files were quantized using machines provided by [TensorBlock](https://tensor
|
|
35 |
|
36 |
| Filename | Quant type | File Size | Description |
|
37 |
| -------- | ---------- | --------- | ----------- |
|
38 |
-
| [WizardVicuna-open-llama-3b-v2-Q2_K.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/
|
39 |
-
| [WizardVicuna-open-llama-3b-v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/
|
40 |
-
| [WizardVicuna-open-llama-3b-v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/
|
41 |
-
| [WizardVicuna-open-llama-3b-v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/
|
42 |
-
| [WizardVicuna-open-llama-3b-v2-Q4_0.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/
|
43 |
-
| [WizardVicuna-open-llama-3b-v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/
|
44 |
-
| [WizardVicuna-open-llama-3b-v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/
|
45 |
-
| [WizardVicuna-open-llama-3b-v2-Q5_0.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/
|
46 |
-
| [WizardVicuna-open-llama-3b-v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/
|
47 |
-
| [WizardVicuna-open-llama-3b-v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/
|
48 |
-
| [WizardVicuna-open-llama-3b-v2-Q6_K.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/
|
49 |
-
| [WizardVicuna-open-llama-3b-v2-Q8_0.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/
|
50 |
|
51 |
|
52 |
## Downloading instruction
|
|
|
25 |
|
26 |
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).
|
27 |
|
28 |
+
|
29 |
+
<div style="text-align: left; margin: 20px 0;">
|
30 |
+
<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;">
|
31 |
+
Run them on the TensorBlock client using your local machine ↗
|
32 |
+
</a>
|
33 |
+
</div>
|
34 |
+
|
35 |
## Prompt template
|
36 |
|
37 |
+
|
38 |
```
|
39 |
|
40 |
```
|
|
|
43 |
|
44 |
| Filename | Quant type | File Size | Description |
|
45 |
| -------- | ---------- | --------- | ----------- |
|
46 |
+
| [WizardVicuna-open-llama-3b-v2-Q2_K.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/blob/main/WizardVicuna-open-llama-3b-v2-Q2_K.gguf) | Q2_K | 1.844 GB | smallest, significant quality loss - not recommended for most purposes |
|
47 |
+
| [WizardVicuna-open-llama-3b-v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/blob/main/WizardVicuna-open-llama-3b-v2-Q3_K_S.gguf) | Q3_K_S | 1.844 GB | very small, high quality loss |
|
48 |
+
| [WizardVicuna-open-llama-3b-v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/blob/main/WizardVicuna-open-llama-3b-v2-Q3_K_M.gguf) | Q3_K_M | 1.992 GB | very small, high quality loss |
|
49 |
+
| [WizardVicuna-open-llama-3b-v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/blob/main/WizardVicuna-open-llama-3b-v2-Q3_K_L.gguf) | Q3_K_L | 2.062 GB | small, substantial quality loss |
|
50 |
+
| [WizardVicuna-open-llama-3b-v2-Q4_0.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/blob/main/WizardVicuna-open-llama-3b-v2-Q4_0.gguf) | Q4_0 | 1.844 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
51 |
+
| [WizardVicuna-open-llama-3b-v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/blob/main/WizardVicuna-open-llama-3b-v2-Q4_K_S.gguf) | Q4_K_S | 2.238 GB | small, greater quality loss |
|
52 |
+
| [WizardVicuna-open-llama-3b-v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/blob/main/WizardVicuna-open-llama-3b-v2-Q4_K_M.gguf) | Q4_K_M | 2.403 GB | medium, balanced quality - recommended |
|
53 |
+
| [WizardVicuna-open-llama-3b-v2-Q5_0.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/blob/main/WizardVicuna-open-llama-3b-v2-Q5_0.gguf) | Q5_0 | 2.231 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
54 |
+
| [WizardVicuna-open-llama-3b-v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/blob/main/WizardVicuna-open-llama-3b-v2-Q5_K_S.gguf) | Q5_K_S | 2.424 GB | large, low quality loss - recommended |
|
55 |
+
| [WizardVicuna-open-llama-3b-v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/blob/main/WizardVicuna-open-llama-3b-v2-Q5_K_M.gguf) | Q5_K_M | 2.568 GB | large, very low quality loss - recommended |
|
56 |
+
| [WizardVicuna-open-llama-3b-v2-Q6_K.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/blob/main/WizardVicuna-open-llama-3b-v2-Q6_K.gguf) | Q6_K | 3.392 GB | very large, extremely low quality loss |
|
57 |
+
| [WizardVicuna-open-llama-3b-v2-Q8_0.gguf](https://huggingface.co/tensorblock/WizardVicuna-open-llama-3b-v2-GGUF/blob/main/WizardVicuna-open-llama-3b-v2-Q8_0.gguf) | Q8_0 | 3.392 GB | very large, extremely low quality loss - not recommended |
|
58 |
|
59 |
|
60 |
## Downloading instruction
|