Skip to content

Commit 192437c

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

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
@@ -115,7 +115,7 @@ def validate(
115115
if estimator.tensorflow_version:
116116
error_helper_string = (
117117
"Distribution mechanism 'pytorchxla' is currently only supported for "
118-
"PyTorch >= 1.11 when Training Compiler is enabled. Received "
118+
"PyTorch >= 1.11 when SageMaker Training Compiler is enabled. Received "
119119
"tensorflow_version={} which is unsupported."
120120
)
121121
raise ValueError(error_helper_string.format(estimator.tensorflow_version))

0 commit comments

Comments
 (0)