Skip to content

Commit 24ee1b5

Browse files
mchoi8739navinsoni
authored andcommitted
fix non-rendered styles
1 parent 6e4f359 commit 24ee1b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/frameworks/pytorch/using_pytorch.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ PyTorch documentation.
275275
The following examples show how to set a PyTorch estimator
276276
to run a distributed training job on two ``ml.p4d.24xlarge`` instances.
277277

278-
**Using PyTorch DDP with the ``mpirun`` backend**
278+
**Using PyTorch DDP with the mpirun backend**
279279

280280
.. code:: python
281281
@@ -295,7 +295,7 @@ to run a distributed training job on two ``ml.p4d.24xlarge`` instances.
295295
}
296296
)
297297
298-
**Using PyTorch DDP with the ``torchrun`` backend**
298+
**Using PyTorch DDP with the torchrun backend**
299299

300300
.. code:: python
301301

0 commit comments

Comments
 (0)