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 2ea39c4 commit de3077cCopy full SHA for de3077c
src/sagemaker/huggingface/training_compiler/config.py
@@ -132,7 +132,7 @@ def validate(
132
if Version(estimator.pytorch_version) in SpecifierSet(">= 1.11"):
133
error_helper_string = (
134
"'pytorchxla' is the only distribution mechanism currently supported "
135
- "for PyTorch >= 1.11 when Training Compiler is enabled. Received "
+ "for PyTorch >= 1.11 when SageMaker Training Compiler is enabled. Received "
136
"distribution={} which is unsupported."
137
)
138
raise ValueError(error_helper_string.format(estimator.distribution))
0 commit comments