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 26f47d4 commit 280f625Copy full SHA for 280f625
src/sagemaker/training_compiler/config.py
@@ -153,7 +153,7 @@ def validate(
153
raise ValueError(error_helper_string)
154
elif estimator.instance_type == "local":
155
error_helper_string = (
156
- "The local mode is not supported by SageMaker Training Compiler."
+ "SageMaker Training Compiler doesn't support local mode."
157
"It only supports the following GPU instances: {}"
158
)
159
error_helper_string = error_helper_string.format(
0 commit comments