Skip to content

Commit 280f625

Browse files
Lokiiiiiimchoi8739
andauthored
Update src/sagemaker/training_compiler/config.py
Co-authored-by: Miyoung <[email protected]>
1 parent 26f47d4 commit 280f625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/training_compiler/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def validate(
153153
raise ValueError(error_helper_string)
154154
elif estimator.instance_type == "local":
155155
error_helper_string = (
156-
"The local mode is not supported by SageMaker Training Compiler."
156+
"SageMaker Training Compiler doesn't support local mode."
157157
"It only supports the following GPU instances: {}"
158158
)
159159
error_helper_string = error_helper_string.format(

0 commit comments

Comments
 (0)