From 9604aa1f584403b54da131a9f7b200dfa5cd1db4 Mon Sep 17 00:00:00 2001 From: Antoni-Joan Solergibert <74564958+TJ-Solergibert@users.noreply.github.com> Date: Fri, 27 Oct 2023 14:50:08 +0200 Subject: [PATCH] Update examples/README.md Co-authored-by: Benjamin Bossan --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \