-
Notifications
You must be signed in to change notification settings - Fork 1k
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
AWS Lambda Function: Test error #28
Comments
Make sure the |
This runs the docker file right? In the DockerFile, I have used the same |
When I used the
I was getting error for the
|
I may nkt be understanding the issue with docker but from the error looks like the mod el does not exist in huggingfave eitger it was removed or the oath or model name are incorrect. |
Yes it seems the container image has some problems. I am using my own image and add the transformers and it works great until week 8 in which I have a similar problem @VirajBagal you said the other container image works . Could you specify how you did it? Did you upload it manually first? Or just through github actions? |
I am following Week 8 Blog post. When I deploy the container using Lambda and try to test it using the
Test
section, the Execution fails. I get the following log. Can you please help with this? Does this function already have internet access to download that model? (Sorry if the question is naive)The text was updated successfully, but these errors were encountered: