Replies: 1 comment
-
You will need to change max_length to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to do the Quickstart https://docs.bentoml.org/en/latest/quickstarts/deploy-a-transformer-model-with-bentoml.html on my Mac.
I am trying the http://0.0.0.0:3000/summarize endpoint but getting a 500 error with the following stack trace:
I am running Python 3.9.6, pip 23.3.1, torch version 2.1.1, transformers v 4.35.2, and bentoml version 1.1.10. What could be the issue? (my spidey sense tells me could be my version of torch breaks something in bentoml but I'm totally new to bentoml so I wouldn't know).
Beta Was this translation helpful? Give feedback.
All reactions