Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ Unless you are able to use the latest GPTQ-for-LLaMa code, please use `medalpaca
|
|
30 |
* Works with text-generation-webui one-click-installers
|
31 |
* Works on Windows
|
32 |
* Parameters: Groupsize = 128g. No act-order.
|
33 |
-
* Command:
|
34 |
```
|
35 |
CUDA_VISIBLE_DEVICES=0 python3 llama.py medalpaca-13b c4 --wbits 4 --true-sequential --groupsize 128 --save_safetensors medalpaca-13B-GPTQ-4bit-128g.no-act-order.safetensors
|
36 |
```
|
@@ -40,7 +40,7 @@ Unless you are able to use the latest GPTQ-for-LLaMa code, please use `medalpaca
|
|
40 |
* **Does not** work on Windows
|
41 |
* Parameters: Groupsize = 128g. act-order.
|
42 |
* Offers highest quality quantisation, but requires recent GPTQ-for-LLaMa code
|
43 |
-
* Command:
|
44 |
```
|
45 |
CUDA_VISIBLE_DEVICES=0 python3 llama.py medalpaca-13b c4 --wbits 4 --true-sequential --act-order --groupsize 128 --save_safetensors medalpaca-13B-GPTQ-4bit-128g.safetensors
|
46 |
```
|
|
|
30 |
* Works with text-generation-webui one-click-installers
|
31 |
* Works on Windows
|
32 |
* Parameters: Groupsize = 128g. No act-order.
|
33 |
+
* Command used to create the GPTQ:
|
34 |
```
|
35 |
CUDA_VISIBLE_DEVICES=0 python3 llama.py medalpaca-13b c4 --wbits 4 --true-sequential --groupsize 128 --save_safetensors medalpaca-13B-GPTQ-4bit-128g.no-act-order.safetensors
|
36 |
```
|
|
|
40 |
* **Does not** work on Windows
|
41 |
* Parameters: Groupsize = 128g. act-order.
|
42 |
* Offers highest quality quantisation, but requires recent GPTQ-for-LLaMa code
|
43 |
+
* Command used to create the GPTQ:
|
44 |
```
|
45 |
CUDA_VISIBLE_DEVICES=0 python3 llama.py medalpaca-13b c4 --wbits 4 --true-sequential --act-order --groupsize 128 --save_safetensors medalpaca-13B-GPTQ-4bit-128g.safetensors
|
46 |
```
|