Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ Details of the files provided:
|
|
19 |
* `safetensors` format, with improved file security, created with the latest [GPTQ-for-LLaMa](https://github.com/qwopqwop200/GPTQ-for-LLaMa) code.
|
20 |
* Command to create:
|
21 |
* `python3 llama.py vicuna-7B-1.1-HF c4 --wbits 4 --true-sequential --act-order --groupsize 128 --save_safetensors vicuna-7B-1.1-GPTQ-4bit-128g.safetensors`
|
22 |
-
* vicuna-7B-1.1-GPTQ-4bit-128g.
|
23 |
* `pt` format file, created without the `--act-order` flag.
|
24 |
* 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.
|
25 |
* It should hopefully therefore work with one-click-installers on Windows, which include the older GPTQ-for-LLaMa code.
|
|
|
19 |
* `safetensors` format, with improved file security, created with the latest [GPTQ-for-LLaMa](https://github.com/qwopqwop200/GPTQ-for-LLaMa) code.
|
20 |
* Command to create:
|
21 |
* `python3 llama.py vicuna-7B-1.1-HF c4 --wbits 4 --true-sequential --act-order --groupsize 128 --save_safetensors vicuna-7B-1.1-GPTQ-4bit-128g.safetensors`
|
22 |
+
* `vicuna-7B-1.1-GPTQ-4bit-128g.no-act-order.pt`
|
23 |
* `pt` format file, created without the `--act-order` flag.
|
24 |
* 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.
|
25 |
* It should hopefully therefore work with one-click-installers on Windows, which include the older GPTQ-for-LLaMa code.
|