-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Sagemaker SDK on lambda function invoking serverless endpoint #4123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm getting this as well, running locally on a Mac.
|
I am also experiencing this issue while running the SageMaker SDK. Has anyone found a solution to this problem?
|
From what I'm observing it seems to be a be associated with versions >=2.183.0. I solved by downgrading:
|
Thanks @djwbamboo, that worked for me |
My logs were full of these messages....IMO they should make this a debug message instead of info :) For now just pop this into your code and it should suppress the messages
|
It's extremely annoying. Needed to disable this at various places to avoid cluttering logs. |
If I can't do it what can I do ? |
This worked for me, but I had to place the line before |
I'm getting the following message while running the Sagemaker SDK on my lambda function.
I have installed the correct libraries that are comparable with python 3.11 and the lambda.
The log data from lambda:
The log from the endpoint
My code is
The predictor function is what's breaking the run and sending the INFO level log
any thoughts on how to fix this?
I tried to look into documentation on what could fix this but did not find anything
The text was updated successfully, but these errors were encountered: