Skip to content

Commit 2ea39c4

Browse files
Lokiiiiiimchoi8739
andauthored
Update src/sagemaker/huggingface/estimator.py
Co-authored-by: Miyoung <[email protected]>
1 parent 1db9ed0 commit 2ea39c4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/sagemaker/huggingface/estimator.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,12 @@ def __init__(
151151
"enabled": True
152152
}
153153
}
154+
155+
To learn more, see `SageMaker Training Compiler <https://docs.aws.amazon.com/sagemaker/latest/dg/training-compiler.html>`_ in the *Amazon SageMaker Developer Guide*.
156+
157+
.. note::
158+
159+
When you use this PyTorch XLA option for distributed training strategy, you must add the ``compiler_config`` parameter and activate SageMaker Training Compiler.
154160
compiler_config (:class:`~sagemaker.huggingface.TrainingCompilerConfig`):
155161
Configures SageMaker Training Compiler to accelerate training.
156162

0 commit comments

Comments
 (0)