Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ Details of the files provided:
|
|
43 |
* `safetensors` format, with improved file security, created with the latest [GPTQ-for-LLaMa](https://github.com/qwopqwop200/GPTQ-for-LLaMa) code.
|
44 |
* Command to create:
|
45 |
* `python3 llama.py vicuna-13B-1.1-HF c4 --wbits 4 --true-sequential --act-order --groupsize 128 --save_safetensors vicuna-13B-1.1-GPTQ-4bit-128g.safetensors`
|
46 |
-
* vicuna-13B-1.1-GPTQ-4bit-128g.
|
47 |
* `pt` format file, created without the `--act-order` flag.
|
48 |
* This file may have slightly lower quality, but is included as it can be used without needing to compile the latest GPTQ-for-LLaMa code.
|
49 |
* It should hopefully therefore work with one-click-installers on Windows, which include the older GPTQ-for-LLaMa code.
|
|
|
43 |
* `safetensors` format, with improved file security, created with the latest [GPTQ-for-LLaMa](https://github.com/qwopqwop200/GPTQ-for-LLaMa) code.
|
44 |
* Command to create:
|
45 |
* `python3 llama.py vicuna-13B-1.1-HF c4 --wbits 4 --true-sequential --act-order --groupsize 128 --save_safetensors vicuna-13B-1.1-GPTQ-4bit-128g.safetensors`
|
46 |
+
* vicuna-13B-1.1-GPTQ-4bit-128g.no-act-order.pt`
|
47 |
* `pt` format file, created without the `--act-order` flag.
|
48 |
* This file may have slightly lower quality, but is included as it can be used without needing to compile the latest GPTQ-for-LLaMa code.
|
49 |
* It should hopefully therefore work with one-click-installers on Windows, which include the older GPTQ-for-LLaMa code.
|