Skip to content

Commit

Permalink
[Docs] Typo in distributed jobs docs (#4149)
Browse files Browse the repository at this point in the history
minor typo
  • Loading branch information
romilbhardwaj authored Oct 22, 2024
1 parent baf0bfb commit f2991b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/running-jobs/distributed-jobs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For example, here is a simple PyTorch Distributed training example:
MASTER_ADDR=`echo "$SKYPILOT_NODE_IPS" | head -n1`
torchrun \
--nnodes=$SKPILOT_NUM_NODES \
--nnodes=$SKYPILOT_NUM_NODES \
--master_addr=$MASTER_ADDR \
--nproc_per_node=$SKYPILOT_NUM_GPUS_PER_NODE \
--node_rank=$SKYPILOT_NODE_RANK \
Expand Down

0 comments on commit f2991b1

Please sign in to comment.