Do you have any Celery-like queue implementation? #2242
-
Hello! I was drawn to this toolkit from your answer to Serve Deep learning Model with Celery or RESTful API? I am experimenting different framework's ability to construct a REST API with task queue as a single inference process for my project can take up an entire GPU's memory. I was trying to find if you have some Celery-like feature implemented. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, @findalexli. |
Beta Was this translation helpful? Give feedback.
Hi, @findalexli.
BentoML V1.0 has a concept
runner
similar to the Celerytask
. BentoML not only queues the RESTful requests but also does automatic micro batching to use resources more efficiently.