Replies: 1 comment 2 replies
-
hi @chlee1016! What is the data that you're passing to the predict function? Are you passing the correct data "json" to the endpoint? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team!
I am trying to implement preprocessing runner (I/O runner) to download some feature from url.
However, there doesn't seem to be enough explanation for implementing async and custom runners.
(https://docs.bentoml.org/en/latest/concepts/api_io_descriptors.html)
I tried the implementation as below, but I'm not sure what part I'm missing.
I would appreciate it if you could let me know the missing point.
(It would be helpful to others who want to implement async and custom runner.)
1. simple code implementation
2. Error log
(Click here to expand)
3. related issue
The issue below describes well about a rough example of async runner with decorator, but I want to know how can I do the same implementation without the decorator.
#2248
Beta Was this translation helpful? Give feedback.
All reactions