Skip to content

Commit ba052d4

Browse files
committed
Merge branch 'main' into jupyter-update
2 parents 036e395 + 9399d48 commit ba052d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/software/ml/pytorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ export OMP_NUM_THREADS=8 # (2)!
337337
# PyTorch environment variables #
338338
#################################
339339
export MASTER_ADDR=$(hostname) # (3)!
340-
export MASTER_PORT=6000
340+
export MASTER_PORT=29500
341341
export WORLD_SIZE=$SLURM_NPROCS
342342
export TORCH_NCCL_ASYNC_ERROR_HANDLING=1 # (4)!
343343
export TRITON_HOME=/dev/shm/ # (5)!

0 commit comments

Comments
 (0)