Skip to content

Commit 1db9ed0

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

File tree

1 file changed

+1
-1
lines changed
  • src/sagemaker/huggingface/training_compiler

1 file changed

+1
-1
lines changed

src/sagemaker/huggingface/training_compiler/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def validate(
123123
if Version(estimator.pytorch_version) in SpecifierSet("< 1.11"):
124124
error_helper_string = (
125125
"Distribution mechanism 'pytorchxla' is currently only supported for "
126-
"PyTorch >= 1.11 when Training Compiler is enabled. Received "
126+
"PyTorch >= 1.11 when SageMaker Training Compiler is enabled. Received "
127127
"pytorch_version={} which is unsupported."
128128
)
129129
raise ValueError(error_helper_string.format(estimator.pytorch_version))

0 commit comments

Comments
 (0)