hz2475 commited on
Commit
6273ec7
Β·
1 Parent(s): 5612054

start script

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. start.sh +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Test
3
  emoji: πŸ“ˆ
4
  colorFrom: red
5
  colorTo: yellow
 
1
  ---
2
+ title: starvector-1b-im2svg
3
  emoji: πŸ“ˆ
4
  colorFrom: red
5
  colorTo: yellow
start.sh CHANGED
@@ -1,4 +1,4 @@
1
  #!/bin/bash
2
  python -m starvector.serve.vllm_api_gradio.controller --host 0.0.0.0 --port 10000 &
3
- python -m starvector.serve.vllm_api_gradio.gradio_web_server --controller http://localhost:10000 --model-list-mode reload --port 7860 &
4
- python -m starvector.serve.vllm_api_gradio.model_worker --host 0.0.0.0 --controller http://localhost:10000 --port 40000 --worker http://localhost:40000 --model-name /home/agent_h/data/starvector-1b-im2svg --vllm-base-url http://localhost:8000 &
 
1
  #!/bin/bash
2
  python -m starvector.serve.vllm_api_gradio.controller --host 0.0.0.0 --port 10000 &
3
+ python -m starvector.serve.vllm_api_gradio.model_worker --host 0.0.0.0 --controller http://localhost:10000 --port 40000 --worker http://localhost:40000 --model-name /home/agent_h/data/starvector-1b-im2svg --vllm-base-url http://localhost:8000 &
4
+ python -m starvector.serve.vllm_api_gradio.gradio_web_server --controller http://localhost:10000 --model-list-mode reload --port 7860