Skip to content

Commit

Permalink
Update examples/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Bossan <[email protected]>
  • Loading branch information
TJ-Solergibert and BenjaminBossan authored Oct 27, 2023
1 parent 824b3d8 commit 9604aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ To run it in each of these various modes, use the following commands:
./cv_example.py --data_dir path_to_data # On the first server
torchrun --nproc_per_node 2 \
--nnodes 2
--nnodes 2 \
--rdzv_id 2299 \ # A unique job id
--rdzv_backend c10d \
--rdzv_endpoint master_node_ip_address:29500 \
Expand Down

0 comments on commit 9604aa1

Please sign in to comment.