File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -264,8 +264,7 @@ during the PyTorch DDP initialization.
264
264
.. note ::
265
265
266
266
The SageMaker PyTorch estimator can operate both ``mpirun `` (for PyTorch 1.12.0 and later)
267
- and ``torchrun ``
268
- (for PyTorch 1.13.1 and later) in the backend for distributed training.
267
+ and ``torchrun `` (for PyTorch 1.13.1 and later) in the backend for distributed training.
269
268
270
269
For more information about setting up PyTorch DDP in your training script,
271
270
see `Getting Started with Distributed Data Parallel
@@ -316,8 +315,8 @@ to run a distributed training job on two ``ml.p4d.24xlarge`` instances.
316
315
)
317
316
318
317
319
- .. note ::
320
-
318
+ .. note ::
319
+
321
320
For more information about setting up ``torchrun `` in your training script,
322
321
see `torchrun (Elastic Launch) <https://pytorch.org/docs/stable/elastic/run.html >`_ in *the
323
322
PyTorch documentation *.
You can’t perform that action at this time.
0 commit comments