mirror of
https://github.com/deepseek-ai/DeepSeek-VL.git
synced 2025-04-19 18:19:03 -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
|
### CLI Chat
|
||||||
```bash
|
```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
|
## 6. FAQ
|
||||||
|
Loading…
Reference in New Issue
Block a user