spow12 commited on
Commit
9d7568d
·
verified ·
1 Parent(s): 3a287e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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,