Skip to content

Commit 33b3174

Browse files
Lokiiiiiimchoi8739
andauthored
Update src/sagemaker/huggingface/estimator.py
Co-authored-by: Miyoung <[email protected]>
1 parent 192437c commit 33b3174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/huggingface/estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def __init__(
223223
elif distribution is not None and "pytorchxla" in distribution:
224224
raise ValueError(
225225
"Distributed training through PyTorch XLA is currently only supported "
226-
"when Training Compiler is enabled."
226+
"when SageMaker Training Compiler is enabled. To learn more, see Enable SageMaker Training Compiler at https://docs.aws.amazon.com/sagemaker/latest/dg/training-compiler-enable.html."
227227
)
228228
self.compiler_config = compiler_config
229229

0 commit comments

Comments
 (0)