TheBloke commited on
Commit
8a704a5
1 Parent(s): 4f6942d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ I have quantised the GGML files in this repo with the latest version. Therefore
31
  | Name | Quant method | Bits | Size | RAM required | Use case |
32
  | ---- | ---- | ---- | ---- | ---- | ----- |
33
  `Wizard-Vicuna-7B-Uncensored.ggmlv2.q4_0.bin` | q4_0 | 4bit | 4.21GB | 7.0GB | 4-bit. |
34
- `Wizard-Vicuna-7B-Uncensored.ggmlv2.q4_1.bin` | q4_0 | 4bit | 4.63GB | 7.5GB | 4-bit. Higher accuracy than q4_0 but not as high as q5_0. However has quicker inference than q5 models. |
35
  `Wizard-Vicuna-7B-Uncensored.ggmlv2.q5_0.bin` | q5_0 | 5bit | 4.63GB | 7.5GB | 5-bit. Higher accuracy, higher resource usage and slower inference. |
36
  `Wizard-Vicuna-7B-Uncensored.ggmlv2.q5_1.bin` | q5_1 | 5bit | 5.06GB | 7.5GB | 5-bit. Even higher accuracy, and higher resource usage and slower inference. |
37
  `Wizard-Vicuna-7B-Uncensored.ggmlv2.q8_0.bin` | q8_0 | 8bit | 7.58GB | 9.0GB | 8-bit. Almost indistinguishable from float16. Huge resource use and slow. Not recommended for normal use. |
 
31
  | Name | Quant method | Bits | Size | RAM required | Use case |
32
  | ---- | ---- | ---- | ---- | ---- | ----- |
33
  `Wizard-Vicuna-7B-Uncensored.ggmlv2.q4_0.bin` | q4_0 | 4bit | 4.21GB | 7.0GB | 4-bit. |
34
+ `Wizard-Vicuna-7B-Uncensored.ggmlv2.q4_1.bin` | q4_1 | 4bit | 4.63GB | 7.5GB | 4-bit. Higher accuracy than q4_0 but not as high as q5_0. However has quicker inference than q5 models. |
35
  `Wizard-Vicuna-7B-Uncensored.ggmlv2.q5_0.bin` | q5_0 | 5bit | 4.63GB | 7.5GB | 5-bit. Higher accuracy, higher resource usage and slower inference. |
36
  `Wizard-Vicuna-7B-Uncensored.ggmlv2.q5_1.bin` | q5_1 | 5bit | 5.06GB | 7.5GB | 5-bit. Even higher accuracy, and higher resource usage and slower inference. |
37
  `Wizard-Vicuna-7B-Uncensored.ggmlv2.q8_0.bin` | q8_0 | 8bit | 7.58GB | 9.0GB | 8-bit. Almost indistinguishable from float16. Huge resource use and slow. Not recommended for normal use. |