diff --git a/examples/README.md b/examples/README.md index 8c266ca3d0c..ebee4ef612e 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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 \