We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de3077c commit 192437cCopy full SHA for 192437c
src/sagemaker/huggingface/training_compiler/config.py
@@ -115,7 +115,7 @@ def validate(
115
if estimator.tensorflow_version:
116
error_helper_string = (
117
"Distribution mechanism 'pytorchxla' is currently only supported for "
118
- "PyTorch >= 1.11 when Training Compiler is enabled. Received "
+ "PyTorch >= 1.11 when SageMaker Training Compiler is enabled. Received "
119
"tensorflow_version={} which is unsupported."
120
)
121
raise ValueError(error_helper_string.format(estimator.tensorflow_version))
0 commit comments