diff --git a/intermediate_source/ddp_tutorial.rst b/intermediate_source/ddp_tutorial.rst index a8955569df5..173108f522c 100644 --- a/intermediate_source/ddp_tutorial.rst +++ b/intermediate_source/ddp_tutorial.rst @@ -344,7 +344,7 @@ Let's still use the Toymodel example and create a file named ``elastic_ddp.py``. if __name__ == "__main__": demo_basic() -One can then run a `torch elastic/torchrun`__ command +One can then run a `torch elastic/torchrun `__ command on all nodes to initialize the DDP job created above: .. code:: bash