Skip to content

Commit 38f8634

Browse files
committed
chore: improve error msg for no combined artifact
1 parent 02f3a82 commit 38f8634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/jumpstart/artifacts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def _retrieve_model_uri(
222222
)
223223

224224
error_msg_no_combined_artifact = (
225-
"No combined script + model tarball available "
225+
"No combined script and model tarball available "
226226
f"for {model_id} with version {model_version} for {model_scope}."
227227
)
228228

0 commit comments

Comments
 (0)