mattb512 commited on
Commit
98c0fb0
1 Parent(s): c7dbf98

other model

Browse files
Files changed (1) hide show
  1. startup.sh +9 -9
startup.sh CHANGED
@@ -23,17 +23,17 @@ echo "Starting serve.gradio_web_server"
23
  python3 -m serve.gradio_web_server --controller http://127.0.0.1:10000 --model-list-mode reload & # --share
24
  P2=$!
25
 
26
- sleep 30
27
 
28
- echo "Starting prism-dinosiglip+13b"
29
- python3 -m interactive_demo --port 40000 --model_id prism-dinosiglip+13b &
30
- P4=$!
31
 
32
- # sleep 30
33
 
34
- # echo "Starting prism-dinosiglip+7b"
35
- # python3 -m interactive_demo --port 40000 --model_id prism-dinosiglip+7b &
36
- # P5=$!
37
 
38
  # python3 -m interactive_demo --port 40002 --model_id prism-dinosiglip-controlled+7b &
39
  # P6=$!
@@ -46,4 +46,4 @@ sleep 30
46
  ls -als $HF_HOME
47
  tree --du -h $HF_HOME
48
 
49
- wait $P1 $P2 $P4 # $P5 $P6 $P7
 
23
  python3 -m serve.gradio_web_server --controller http://127.0.0.1:10000 --model-list-mode reload & # --share
24
  P2=$!
25
 
26
+ # sleep 30
27
 
28
+ # echo "Starting prism-dinosiglip+13b"
29
+ # python3 -m interactive_demo --port 40000 --model_id prism-dinosiglip+13b &
30
+ # P4=$!
31
 
32
+ sleep 30
33
 
34
+ echo "Starting prism-dinosiglip+7b"
35
+ python3 -m interactive_demo --port 40000 --model_id prism-dinosiglip+7b &
36
+ P5=$!
37
 
38
  # python3 -m interactive_demo --port 40002 --model_id prism-dinosiglip-controlled+7b &
39
  # P6=$!
 
46
  ls -als $HF_HOME
47
  tree --du -h $HF_HOME
48
 
49
+ wait $P1 $P2 $P5 # $P5 $P6 $P7