mattb512 commited on
Commit
c1cc930
·
1 Parent(s): 78242ba

add other models

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