Skip to content

Commit 9399d48

Browse files
authored
Avoid port 6000 in pytorch (#178)
optionally add warning somewhere?
1 parent f3e2f49 commit 9399d48

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)