add yamlinclude package
Browse files- startup.sh +2 -2
startup.sh
CHANGED
@@ -27,7 +27,7 @@ P2=$!
|
|
27 |
# P4=$!
|
28 |
|
29 |
echo "Starting prism-dinosiglip+7b"
|
30 |
-
python3 -m interactive_demo --port
|
31 |
P5=$!
|
32 |
|
33 |
# python3 -m interactive_demo --port 40002 --model_id prism-dinosiglip-controlled+7b &
|
@@ -39,4 +39,4 @@ P5=$!
|
|
39 |
ls -als $HF_HOME
|
40 |
tree --du -h $HF_HOME
|
41 |
|
42 |
-
wait $P1 $P2 $
|
|
|
27 |
# P4=$!
|
28 |
|
29 |
echo "Starting prism-dinosiglip+7b"
|
30 |
+
python3 -m interactive_demo --port 40000 --model_id prism-dinosiglip+7b &
|
31 |
P5=$!
|
32 |
|
33 |
# python3 -m interactive_demo --port 40002 --model_id prism-dinosiglip-controlled+7b &
|
|
|
39 |
ls -als $HF_HOME
|
40 |
tree --du -h $HF_HOME
|
41 |
|
42 |
+
wait $P1 $P2 $P5 # $P5 $P6 $P7
|