Update README.md
Browse files
README.md
CHANGED
@@ -26,11 +26,11 @@ I have quantised the GGML files in this repo with the latest version. Therefore
|
|
26 |
## Provided files
|
27 |
| Name | Quant method | Bits | Size | RAM required | Use case |
|
28 |
| ---- | ---- | ---- | ---- | ---- | ----- |
|
29 |
-
`WizardLM-30B-Uncensored.q4_0.bin` | q4_0 | 4bit |
|
30 |
-
`WizardLM-30B-Uncensored.q4_1.bin` | q4_1 | 4bit |
|
31 |
-
`WizardLM-30B-Uncensored.q5_0.bin` | q5_0 | 5bit |
|
32 |
-
`WizardLM-30B-Uncensored.q5_1.bin` | q5_1 | 5bit |
|
33 |
-
`WizardLM-30B-Uncensored.q8_0.bin` | q8_0 | 5bit |
|
34 |
|
35 |
## How to run in `llama.cpp`
|
36 |
|
|
|
26 |
## Provided files
|
27 |
| Name | Quant method | Bits | Size | RAM required | Use case |
|
28 |
| ---- | ---- | ---- | ---- | ---- | ----- |
|
29 |
+
`WizardLM-30B-Uncensored.q4_0.bin` | q4_0 | 4bit | 20.3GB | 23GB | 4bit. |
|
30 |
+
`WizardLM-30B-Uncensored.q4_1.bin` | q4_1 | 4bit | 22.4GB | 25GB | 4-bit. Higher accuracy than q4_0 but not as high as q5_0. However has quicker inference than q5 models. |
|
31 |
+
`WizardLM-30B-Uncensored.q5_0.bin` | q5_0 | 5bit | 22.4GB | 25GB | 5-bit. Higher accuracy, higher resource usage, slower inference. |
|
32 |
+
`WizardLM-30B-Uncensored.q5_1.bin` | q5_1 | 5bit | 24.4GB | 27GB | 5-bit. Even higher accuracy and resource usage, and slower inference. |
|
33 |
+
`WizardLM-30B-Uncensored.q8_0.bin` | q8_0 | 5bit | 36.0GB | 38GB | 5-bit. Even higher accuracy, resource usage and slower inference.|
|
34 |
|
35 |
## How to run in `llama.cpp`
|
36 |
|