TheBloke commited on
Commit
e567ff5
1 Parent(s): 0823403

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -31,6 +31,7 @@ If you are currently unable to update llama.cpp, eg because you use a UI which h
31
  | Name | Quant method | Bits | Size | RAM required | Use case |
32
  | ---- | ---- | ---- | ---- | ---- | ----- |
33
  `wizardLM-13B-Uncensored.ggml.q4_0.bin` | q4_0 | 4bit | 8.14GB | 10.5GB | 4-bit. |
 
34
  `wizardLM-13B-Uncensored.ggml.q5_0.bin` | q5_0 | 5bit | 8.95GB | 11.0GB | 5-bit. Higher accuracy, higher resource usage and slower inference. |
35
  `wizardLM-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. |
36
  `wizardLM-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. |
 
31
  | Name | Quant method | Bits | Size | RAM required | Use case |
32
  | ---- | ---- | ---- | ---- | ---- | ----- |
33
  `wizardLM-13B-Uncensored.ggml.q4_0.bin` | q4_0 | 4bit | 8.14GB | 10.5GB | 4-bit. |
34
+ `wizardLM-13B-Uncensored.ggml.q4_1.bin` | q4_1 | 5bit | 9.76GB | 12.25GB | 4-bit. Higher accuracy than q4_0 but not as high as q5_0. However has quicker inference than q5 models. |
35
  `wizardLM-13B-Uncensored.ggml.q5_0.bin` | q5_0 | 5bit | 8.95GB | 11.0GB | 5-bit. Higher accuracy, higher resource usage and slower inference. |
36
  `wizardLM-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. |
37
  `wizardLM-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. |