diff --git a/run-cluster-node.sh b/run-cluster-node.sh index a18991e..2ec9049 100755 --- a/run-cluster-node.sh +++ b/run-cluster-node.sh @@ -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 \