add other models
Browse files- startup.sh +7 -7
startup.sh
CHANGED
@@ -25,16 +25,16 @@ P2=$!
|
|
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=$!
|
33 |
|
34 |
-
python3 -m interactive_demo --port 40003 --model_id llava-v1.5-7b &
|
35 |
-
P7=$!
|
36 |
|
37 |
ls -als $HF_HOME
|
38 |
tree --du -h $HF_HOME
|
39 |
|
40 |
-
wait $P1 $P2 $P3 $P4 $P5 $P6 $P7
|
|
|
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=$!
|
33 |
|
34 |
+
# python3 -m interactive_demo --port 40003 --model_id llava-v1.5-7b &
|
35 |
+
# P7=$!
|
36 |
|
37 |
ls -als $HF_HOME
|
38 |
tree --du -h $HF_HOME
|
39 |
|
40 |
+
wait $P1 $P2 $P3 $P4 # $P5 $P6 $P7
|