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 84f0bae commit 3bc0282Copy full SHA for 3bc0282
src/sagemaker/remote_function/core/serialization.py
@@ -61,7 +61,9 @@ def from_json(s):
61
62
if not sha256_hash:
63
raise DeserializationError(
64
- "Corrupt metadata file. SHA256 hash for the serialized data does not exist"
+ "Corrupt metadata file. SHA256 hash for the serialized data does not exist. "
65
+ "Please make sure to install SageMaker SDK version >= 2.156.0 on the client side "
66
+ "and try again."
67
)
68
69
if not (
0 commit comments