Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ I have quantised the GGML files in this repo with the latest version. Therefore
|
|
30 |
`Wizard-Vicuna-13B-Uncensored.ggml.q4_0.bin` | q4_0 | 4bit | 8.14GB | 10.5GB | 4-bit. |
|
31 |
`Wizard-Vicuna-13B-Uncensored.ggml.q5_0.bin` | q5_0 | 5bit | 8.95GB | 11.0GB | 5-bit. Higher accuracy, higher resource usage and slower inference. |
|
32 |
`Wizard-Vicuna-13B-Uncensored.ggml.q5_1.bin` | q5_1 | 5bit | 9.76GB | 12.25GB | 5-bit. Even higher accuracy, and higher resource usage and slower inference. |
|
33 |
-
`Wizard-Vicuna-13B-Uncensored.ggml.q8_0.bin` | q8_0 | 8bit |
|
34 |
|
35 |
## How to run in `llama.cpp`
|
36 |
|
|
|
30 |
`Wizard-Vicuna-13B-Uncensored.ggml.q4_0.bin` | q4_0 | 4bit | 8.14GB | 10.5GB | 4-bit. |
|
31 |
`Wizard-Vicuna-13B-Uncensored.ggml.q5_0.bin` | q5_0 | 5bit | 8.95GB | 11.0GB | 5-bit. Higher accuracy, higher resource usage and slower inference. |
|
32 |
`Wizard-Vicuna-13B-Uncensored.ggml.q5_1.bin` | q5_1 | 5bit | 9.76GB | 12.25GB | 5-bit. Even higher accuracy, and higher resource usage and slower inference. |
|
33 |
+
`Wizard-Vicuna-13B-Uncensored.ggml.q8_0.bin` | q8_0 | 8bit | 14.6GB | 17GB | 8-bit. Almost indistinguishable from float16. Huge resource use and slow. Not recommended for normal use. |
|
34 |
|
35 |
## How to run in `llama.cpp`
|
36 |
|