Skip to content

Commit 0646d69

Browse files
authored
Update sbatch_run.sh
1 parent d23693a commit 0646d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed/ddp-tutorial-series/slurm/sbatch_run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ job_id=2024
1818
srun torchrun \
1919
--nnodes 4 \
2020
--nproc_per_node 1 \
21-
--rdzv_id ${jobid} \
21+
--rdzv_id ${job_id} \
2222
--rdzv_backend c10d \
2323
--rdzv_endpoint $head_node_ip:29500 \
2424
/shared/examples/multinode_torchrun.py 50 10

0 commit comments

Comments
 (0)