dtrejopizzo commited on
Commit
c347ca0
1 Parent(s): 3e1bac9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ** Model upgraded and finetuned starting from LlaMa model. I hope everyone creates modes starting from this open-source project**
2
 
3
  GPTQ conversion command (on CUDA branch):
4
- CUDA_VISIBLE_DEVICES=0 python llama.py ../capibara-17b-8bit c4 --wbits 4 --true-sequential --groupsize 128 --save capibara-17b-8bit-128g.pt
5
 
6
  Added 1 token to the tokenizer model:
7
  python llama-tools/add_tokens.py capibara-17b/tokenizer.model /content/tokenizer.model llama-tools/test_list.txt
 
1
  ** Model upgraded and finetuned starting from LlaMa model. I hope everyone creates modes starting from this open-source project**
2
 
3
  GPTQ conversion command (on CUDA branch):
4
+ CUDA_VISIBLE_DEVICES=0 python llama.py ../capibara-17b-4bit c4 --wbits 4 --true-sequential --groupsize 128 --save capibara-17b-4bit-128g.pt
5
 
6
  Added 1 token to the tokenizer model:
7
  python llama-tools/add_tokens.py capibara-17b/tokenizer.model /content/tokenizer.model llama-tools/test_list.txt