Added launch_cluster script to simplify launching cluster on nodes.
This commit is contained in:
@@ -109,7 +109,8 @@ if [ "${NODE_TYPE}" == "head" ]; then
|
|||||||
--node-ip-address "$VLLM_HOST_IP" \
|
--node-ip-address "$VLLM_HOST_IP" \
|
||||||
--include-dashboard=True \
|
--include-dashboard=True \
|
||||||
--dashboard-host "0.0.0.0" \
|
--dashboard-host "0.0.0.0" \
|
||||||
--dashboard-port 8265
|
--dashboard-port 8265 \
|
||||||
|
--disable-usage-stats
|
||||||
else
|
else
|
||||||
echo "Starting Ray WORKER node connecting to $HEAD_IP..."
|
echo "Starting Ray WORKER node connecting to $HEAD_IP..."
|
||||||
exec ray start --block \
|
exec ray start --block \
|
||||||
|
|||||||
Reference in New Issue
Block a user