We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e2f49 commit 9399d48Copy full SHA for 9399d48
docs/software/ml/pytorch.md
@@ -337,7 +337,7 @@ export OMP_NUM_THREADS=8 # (2)!
337
# PyTorch environment variables #
338
#################################
339
export MASTER_ADDR=$(hostname) # (3)!
340
-export MASTER_PORT=6000
+export MASTER_PORT=29500
341
export WORLD_SIZE=$SLURM_NPROCS
342
export TORCH_NCCL_ASYNC_ERROR_HANDLING=1 # (4)!
343
export TRITON_HOME=/dev/shm/ # (5)!
0 commit comments