Update README.md
Browse files
README.md
CHANGED
|
@@ -333,7 +333,7 @@ CUDA_VISIBLE_DEVICES=1 vllm serve spow12/ChatWaifu_2.0_vision \
|
|
| 333 |
--port 5500 \
|
| 334 |
--served-model-name chat_model \
|
| 335 |
--limit-mm-per-prompt image=4 \
|
| 336 |
-
--allowed-local-media-path ./data/ # You can remove if you don't have a plan for using local image.
|
| 337 |
```
|
| 338 |
|
| 339 |
After the OpenAI Server is pop up,
|
|
|
|
| 333 |
--port 5500 \
|
| 334 |
--served-model-name chat_model \
|
| 335 |
--limit-mm-per-prompt image=4 \
|
| 336 |
+
--allowed-local-media-path ./data/ # You can remove this, if you don't have a plan for using local image.
|
| 337 |
```
|
| 338 |
|
| 339 |
After the OpenAI Server is pop up,
|