TheYuriLover
commited on
Commit
·
b82e641
1
Parent(s):
34cf98b
Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,4 @@ This quantization was made by using this repository: https://github.com/qwopqwop
|
|
4 |
|
5 |
And I used the triton branch with all the gptq implementations available (true_sequential + act_order + groupsize 128)
|
6 |
|
7 |
-
CUDA_VISIBLE_DEVICES=0 python llama.py ./Manticore-13b-GPTQ-Triton c4 --wbits 4 --true-sequential --act-order --groupsize 128 --save_safetensors
|
|
|
4 |
|
5 |
And I used the triton branch with all the gptq implementations available (true_sequential + act_order + groupsize 128)
|
6 |
|
7 |
+
CUDA_VISIBLE_DEVICES=0 python llama.py ./Manticore-13b-GPTQ-Triton c4 --wbits 4 --true-sequential --act-order --groupsize 128 --save_safetensors manticore-13b-4bit-128g.safetensors
|