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 a0aa2fc commit 1db9ed0Copy full SHA for 1db9ed0
src/sagemaker/huggingface/training_compiler/config.py
@@ -123,7 +123,7 @@ def validate(
123
if Version(estimator.pytorch_version) in SpecifierSet("< 1.11"):
124
error_helper_string = (
125
"Distribution mechanism 'pytorchxla' is currently only supported for "
126
- "PyTorch >= 1.11 when Training Compiler is enabled. Received "
+ "PyTorch >= 1.11 when SageMaker Training Compiler is enabled. Received "
127
"pytorch_version={} which is unsupported."
128
)
129
raise ValueError(error_helper_string.format(estimator.pytorch_version))
0 commit comments