TheYuriLover commited on
Commit
b30b3bc
1 Parent(s): cdba0af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,5 +10,5 @@ https://github.com/qwopqwop200/GPTQ-for-LLaMa/tree/triton
10
  And I used the triton branch with all the gptq implementations available (true_sequential + act_order + groupsize 128)
11
  CUDA_VISIBLE_DEVICES=0 python llama.py ./llama-13b-pretrained-sft-do2-4bit-128g-TRITON c4 --wbits 4 --true-sequential --act-order --groupsize 128 --save_safetensors llama-13b-pretrained-sft-do2-4bit-128g-TRITON.safetensors
12
 
13
- To use the triton model on oobabooga's webui, you can refer to this post to get rid of all the bugs you can encounter:
14
  https://github.com/oobabooga/text-generation-webui/issues/734
 
10
  And I used the triton branch with all the gptq implementations available (true_sequential + act_order + groupsize 128)
11
  CUDA_VISIBLE_DEVICES=0 python llama.py ./llama-13b-pretrained-sft-do2-4bit-128g-TRITON c4 --wbits 4 --true-sequential --act-order --groupsize 128 --save_safetensors llama-13b-pretrained-sft-do2-4bit-128g-TRITON.safetensors
12
 
13
+ 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:
14
  https://github.com/oobabooga/text-generation-webui/issues/734