Skip to content

Commit

Permalink
updated to torchrun (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
zstreet87 authored Jun 14, 2023
1 parent e582d2e commit b3cd99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bevt/ootb/run_bevt_train.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ -f ${work_dir}/latest.pth ]; then rm ${work_dir}/*.pth; fi

(
set -x
python -m torch.distributed.launch --nnodes ${NODE_COUNT} \
torchrun --nnodes ${NODE_COUNT} \
--node_rank ${RANK} \
--master_addr ${MASTER_ADDR} \
--master_port ${MASTER_PORT} \
Expand Down

0 comments on commit b3cd99c

Please sign in to comment.