Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
openvino-dev-samples authored Apr 11, 2024
1 parent 9bfe4c6 commit acc1acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ python3 convert.py --model_id Qwen/Qwen1.5-0.5B-Chat --precision int4 --output {
huggingface-cli download --resume-download --local-dir-use-symlinks False Qwen/Qwen1.5-0.5B-Chat --local-dir {your_path}/Qwen1.5-0.5B-Chat
```
## 3. Run the streaming chatbot
## 3. Run streaming chatbot
```
python3 chat.py --model_path {your_path}/Qwen1.5-0.5B-Chat-ov --max_sequence_length 4096 --device CPU
Expand Down

0 comments on commit acc1acd

Please sign in to comment.