TheBloke commited on
Commit
475d3e6
1 Parent(s): 07dfd1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ Each separate quant is in a different branch. See below for instructions on fet
58
  | gptq-4bit-64g-actorder_True | 4 | 64 | True | 9.49 GB | False | AutoGPTQ | 4-bit, with Act Order and group size. 64g uses less VRAM, but with slightly lower accuracy. Poor AutoGPTQ CUDA speed. |
59
  | gptq-4bit-128g-actorder_True | 4 | 128 | True | 9.20 GB | False | AutoGPTQ | 4-bit, with Act Order and group size. 128g uses even less VRAM, but with slightly lower accuracy. Poor AutoGPTQ CUDA speed. |
60
  | gptq-8bit--1g-actorder_True | 8 | None | True | 16.49 GB | False | AutoGPTQ | 8-bit, with Act Order. No group size, to lower VRAM requirements and to improve AutoGPTQ speed. |
61
- | gptq-8bit-128g-actorder_-1 | 8 | 128 | -1 | 16.84 GB | False | AutoGPTQ | 8-bit, with group size 128g for higher inference quality and without Act Order to improve AutoGPTQ speed. |
62
 
63
  ## How to download from branches
64
 
 
58
  | gptq-4bit-64g-actorder_True | 4 | 64 | True | 9.49 GB | False | AutoGPTQ | 4-bit, with Act Order and group size. 64g uses less VRAM, but with slightly lower accuracy. Poor AutoGPTQ CUDA speed. |
59
  | gptq-4bit-128g-actorder_True | 4 | 128 | True | 9.20 GB | False | AutoGPTQ | 4-bit, with Act Order and group size. 128g uses even less VRAM, but with slightly lower accuracy. Poor AutoGPTQ CUDA speed. |
60
  | gptq-8bit--1g-actorder_True | 8 | None | True | 16.49 GB | False | AutoGPTQ | 8-bit, with Act Order. No group size, to lower VRAM requirements and to improve AutoGPTQ speed. |
61
+ | gptq-8bit-128g-actorder_False | 8 | 128 | False | 16.84 GB | False | AutoGPTQ | 8-bit, with group size 128g for higher inference quality and without Act Order to improve AutoGPTQ speed. |
62
 
63
  ## How to download from branches
64