Skip to content

Commit 6e4f359

Browse files
mchoi8739navinsoni
authored andcommitted
updated pytorch estimator distribution arg docstring
1 parent 973f72c commit 6e4f359

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/sagemaker/pytorch/estimator.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ def __init__(
171171
To learn more, see `Distributed PyTorch Training
172172
<https://sagemaker.readthedocs.io/en/stable/frameworks/pytorch/using_pytorch.html#distributed-pytorch-training>`_.
173173
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.
175176
176177
.. code:: python
177178
@@ -181,6 +182,7 @@ def __init__(
181182
}
182183
}
183184
185+
This option also supports distributed training on Trn1.
184186
To learn more, see `Distributed PyTorch Training on Trainium
185187
<https://sagemaker.readthedocs.io/en/stable/frameworks/pytorch/using_pytorch.html#distributed-pytorch-training-on-trainium>`_.
186188
@@ -210,9 +212,7 @@ def __init__(
210212
To learn more, see `Training with parameter servers
211213
<https://sagemaker.readthedocs.io/en/stable/frameworks/tensorflow/using_tf.html#training-with-parameter-servers>`_.
212214
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:**
216216
217217
.. code:: python
218218

0 commit comments

Comments
 (0)