File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,8 @@ def __init__(
171
171
To learn more, see `Distributed PyTorch Training
172
172
<https://sagemaker.readthedocs.io/en/stable/frameworks/pytorch/using_pytorch.html#distributed-pytorch-training>`_.
173
173
174
- **To enable Torch Distributed (for Trainium instances only):**
174
+ **To enable Torch Distributed:**
175
+ This is available for general distributed training on GPU instances from PyTorch v1.13.1 and later.
175
176
176
177
.. code:: python
177
178
@@ -181,6 +182,7 @@ def __init__(
181
182
}
182
183
}
183
184
185
+ This option also supports distributed training on Trn1.
184
186
To learn more, see `Distributed PyTorch Training on Trainium
185
187
<https://sagemaker.readthedocs.io/en/stable/frameworks/pytorch/using_pytorch.html#distributed-pytorch-training-on-trainium>`_.
186
188
@@ -210,9 +212,7 @@ def __init__(
210
212
To learn more, see `Training with parameter servers
211
213
<https://sagemaker.readthedocs.io/en/stable/frameworks/tensorflow/using_tf.html#training-with-parameter-servers>`_.
212
214
213
- **To enable distributed training with
214
- `SageMaker Training Compiler <https://docs.aws.amazon.com/sagemaker/latest/dg/training-compiler.html>`_
215
- for PyTorch:**
215
+ **To enable distributed training with SageMaker Training Compiler:**
216
216
217
217
.. code:: python
218
218
You can’t perform that action at this time.
0 commit comments