hiyouga commited on
Commit
da2cd76
·
1 Parent(s): e0b4597

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,5 +40,5 @@ generate_ids = model.generate(**inputs, max_new_tokens=256, streamer=streamer)
40
  You could also alternatively launch a CLI demo by using the script in [LLaMA-Efficient-Tuning](https://github.com/hiyouga/LLaMA-Efficient-Tuning)
41
 
42
  ```bash
43
- python src/cli_demo.py --template baichuan2 --model_name_or_path Baichuan2-7B-Chat-LLaMAfied
44
  ```
 
40
  You could also alternatively launch a CLI demo by using the script in [LLaMA-Efficient-Tuning](https://github.com/hiyouga/LLaMA-Efficient-Tuning)
41
 
42
  ```bash
43
+ python src/cli_demo.py --template baichuan2 --model_name_or_path hiyouga/Baichuan2-7B-Chat-LLaMAfied
44
  ```