TheBloke commited on
Commit
9117ae1
1 Parent(s): 8149fbd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: other
3
  datasets:
4
  - ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered
 
 
5
  inference: false
6
  ---
7
 
@@ -26,11 +28,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 | 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
 
 
2
  license: other
3
  datasets:
4
  - ehartford/WizardLM_alpaca_evol_instruct_70k_unfiltered
5
+ tags:
6
+ - uncensored
7
  inference: false
8
  ---
9
 
 
28
  ## Provided files
29
  | Name | Quant method | Bits | Size | RAM required | Use case |
30
  | ---- | ---- | ---- | ---- | ---- | ----- |
31
+ `WizardLM-30B-Uncensored.q4_0.bin` | q4_0 | 4bit | 18.3GB | 20GB | 4bit. |
32
+ `WizardLM-30B-Uncensored.q4_1.bin` | q4_1 | 4bit | 20.3GB | 23GB | 4-bit. Higher accuracy than q4_0 but not as high as q5_0. However has quicker inference than q5 models. |
33
  `WizardLM-30B-Uncensored.q5_0.bin` | q5_0 | 5bit | 22.4GB | 25GB | 5-bit. Higher accuracy, higher resource usage, slower inference. |
34
  `WizardLM-30B-Uncensored.q5_1.bin` | q5_1 | 5bit | 24.4GB | 27GB | 5-bit. Even higher accuracy and resource usage, and slower inference. |
35
+ `WizardLM-30B-Uncensored.q8_0.bin` | q8_0 | 5bit | 34.6GB | 38GB | 8-bit. Almost indistinguishable from float16. Huge resource use and slow. Not recommended for normal use.|
36
 
37
  ## How to run in `llama.cpp`
38