John Tong
Results
2
issues of
John Tong
Hi, thanks for your docker image, it helps me a lot with Yolo v4. I can run detecting on single image perfectly, but when I run to detect on multiple...
### Describe the bug Hi, I am running Bentoml and mount with FastAPI application. ``` app = FastAPI() @bentoml.service( name="ai_service", resources={ "cpu": CPU_THREADS, "memory": MEMORY, }, traffic={"timeout": 3600} ) @bentoml.asgi_app(app,...
bug
feedback-wanted