vlm-demo / startup.sh
mattb512's picture
add models
a0fe4ce
raw
history blame
373 Bytes
#!/bin/sh
python -m serve.controller --host 0.0.0.0 --port 10000 &
python -m serve.gradio_web_server --controller http://localhost:10000 --model-list-mode reload --share &
python -m interactive_demo --port 40000 --model_id prism-dinosiglip+7b &
python -m interactive_demo --port 40001 --model_family llava-v15 --model_id llava-v1.5-7b --model_dir liuhaotian/llava-v1.5-7b &