Added launch_cluster script to simplify launching cluster on nodes.

This commit is contained in:
Eugene Rakhmatulin
2025-12-18 13:10:57 -08:00
parent e0f6cff132
commit 1025243316

View File

@@ -109,7 +109,8 @@ if [ "${NODE_TYPE}" == "head" ]; then
--node-ip-address "$VLLM_HOST_IP" \
--include-dashboard=True \
--dashboard-host "0.0.0.0" \
--dashboard-port 8265
--dashboard-port 8265 \
--disable-usage-stats
else
echo "Starting Ray WORKER node connecting to $HEAD_IP..."
exec ray start --block \