We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4f359 commit 24ee1b5Copy full SHA for 24ee1b5
doc/frameworks/pytorch/using_pytorch.rst
@@ -275,7 +275,7 @@ PyTorch documentation.
275
The following examples show how to set a PyTorch estimator
276
to run a distributed training job on two ``ml.p4d.24xlarge`` instances.
277
278
-**Using PyTorch DDP with the ``mpirun`` backend**
+**Using PyTorch DDP with the mpirun backend**
279
280
.. code:: python
281
@@ -295,7 +295,7 @@ to run a distributed training job on two ``ml.p4d.24xlarge`` instances.
295
}
296
)
297
298
-**Using PyTorch DDP with the ``torchrun`` backend**
+**Using PyTorch DDP with the torchrun backend**
299
300
301
0 commit comments