mirror of
https://github.com/deepseek-ai/DeepSeek-VL.git
synced 2025-04-19 01:59:13 -04:00
Update README.md
This commit is contained in:
parent
a642ff8a61
commit
a38035a099
@ -206,7 +206,12 @@ print(f"{prepare_inputs['sft_format'][0]}", answer)
|
||||
|
||||
### CLI Chat
|
||||
```bash
|
||||
python cli_chat.py --model_path deepseek-ai/deepseek-vl-7b-chat
|
||||
|
||||
python cli_chat.py --model_path "deepseek-ai/deepseek-vl-7b-chat"
|
||||
|
||||
# or local path
|
||||
python cli_chat.py --model_path "local model path"
|
||||
|
||||
```
|
||||
|
||||
## 6. FAQ
|
||||
|
Loading…
Reference in New Issue
Block a user