Update README.md
Browse files
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 |
```
|