Skip to content

Commit de3077c

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

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
@@ -132,7 +132,7 @@ def validate(
132132
if Version(estimator.pytorch_version) in SpecifierSet(">= 1.11"):
133133
error_helper_string = (
134134
"'pytorchxla' is the only distribution mechanism currently supported "
135-
"for PyTorch >= 1.11 when Training Compiler is enabled. Received "
135+
"for PyTorch >= 1.11 when SageMaker Training Compiler is enabled. Received "
136136
"distribution={} which is unsupported."
137137
)
138138
raise ValueError(error_helper_string.format(estimator.distribution))

0 commit comments

Comments
 (0)