File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -262,8 +262,7 @@ during the PyTorch DDP initialization.
262
262
263
263
.. note ::
264
264
265
- The SageMaker PyTorch estimator operates ``mpirun `` in the backend.
266
- It doesn’t use ``torchrun `` for distributed training.
265
+ The SageMaker PyTorch estimator can operates both ``mpirun `` and ``torchrun `` in the backend for distributed training.
267
266
268
267
For more information about setting up PyTorch DDP in your training script,
269
268
see `Getting Started with Distributed Data Parallel
@@ -317,7 +316,7 @@ with the ``torch_distributed`` option as the distribution strategy.
317
316
.. note ::
318
317
319
318
This ``torch_distributed `` support is available
320
- in the AWS Deep Learning Containers for PyTorch Neuron starting v1.11.0.
319
+ in the AWS Deep Learning Containers for PyTorch Neuron starting v1.11.0 and other gpu instances starting v1.31.1 .
321
320
To find a complete list of supported versions of PyTorch Neuron, see
322
321
`Neuron Containers <https://github.com/aws/deep-learning-containers/blob/master/available_images.md#neuron-containers >`_
323
322
in the *AWS Deep Learning Containers GitHub repository *.
You can’t perform that action at this time.
0 commit comments