Tento commit je obsažen v:
Donato Capitella
2026-02-19 20:29:28 +00:00
rodič 726cd5ae53
revize 4a5d6c7855
2 změnil soubory, kde provedl 22 přidání a 1 odebrání
+1 -1
Zobrazit soubor
@@ -59,7 +59,7 @@ def setup_worker_node(worker_ip, head_ip):
export NCCL_IB_TIMEOUT=23
export NCCL_IB_RETRY_CNT=7
echo "Starting Ray Worker on {worker_ip} connecting to {head_ip}..."
ray start --address='{head_ip}:6379' --num-gpus=1 --num-cpus=8 --disable-usage-stats --include-dashboard=false
ray start --address='{head_ip}:6379' --num-gpus=1 --num-cpus=8 --disable-usage-stats
"""
print(f"Setting up Worker Node ({worker_ip})...")