TheYuriLover
commited on
Commit
•
c35e035
1
Parent(s):
91823a8
Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,8 @@ This is the gptq 4bit quantization of this model: https://huggingface.co/ausboss
|
|
5 |
|
6 |
This quantization was made by using this repository: https://github.com/qwopqwop200/GPTQ-for-LLaMa/tree/triton
|
7 |
|
8 |
-
And I used the triton branch with all the gptq implementations available (true_sequential + act_order + groupsize 128)
|
|
|
9 |
CUDA_VISIBLE_DEVICES=0 python llama.py ./llama-13b-SuperCOT-4bit-TRITON c4 --wbits 4 --true-sequential --act-order --groupsize 128 --save_safetensors llama-13b-SuperCOT-4bit-TRITON.safetensors
|
10 |
|
11 |
To use the triton model on oobabooga's webui, you can refer to this post to get rid of all the errors you can encounter: https://github.com/oobabooga/text-generation-webui/issues/734
|
|
|
5 |
|
6 |
This quantization was made by using this repository: https://github.com/qwopqwop200/GPTQ-for-LLaMa/tree/triton
|
7 |
|
8 |
+
And I used the triton branch with all the gptq implementations available (true_sequential + act_order + groupsize 128)
|
9 |
+
|
10 |
CUDA_VISIBLE_DEVICES=0 python llama.py ./llama-13b-SuperCOT-4bit-TRITON c4 --wbits 4 --true-sequential --act-order --groupsize 128 --save_safetensors llama-13b-SuperCOT-4bit-TRITON.safetensors
|
11 |
|
12 |
To use the triton model on oobabooga's webui, you can refer to this post to get rid of all the errors you can encounter: https://github.com/oobabooga/text-generation-webui/issues/734
|