Update README.md
Browse files
README.md
CHANGED
@@ -68,7 +68,7 @@ It was created with groupsize 128 to ensure higher quality inference, without `-
|
|
68 |
* Parameters: Groupsize = 128. No act-order.
|
69 |
* Command used to create the GPTQ:
|
70 |
```
|
71 |
-
python llama.py /workspace/process/
|
72 |
```
|
73 |
|
74 |
## Want to support my work?
|
|
|
68 |
* Parameters: Groupsize = 128. No act-order.
|
69 |
* Command used to create the GPTQ:
|
70 |
```
|
71 |
+
python llama.py /workspace/process/samantha-7B/HF wikitext2 --wbits 4 --true-sequential --groupsize 128 --save_safetensors /workspace/process/Samantha-7B-GPTQ-4bit-128g.no-act-order.safetensors
|
72 |
```
|
73 |
|
74 |
## Want to support my work?
|