You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the company's project is using yolov5 and deep sort models. we did not store these two model in bentoml model store, but call them by self-defining a runner which inherit the bentoml.Runnable. it is ok to start by calling the command of bentoml serve. but cannot push and deploy in yatai for there is no mode stored and pushed.
Could anyone inform how to store these models in the format of bentoml ? or bentoml can only work on single stored model and not on multi-model project?
The text was updated successfully, but these errors were encountered:
the company's project is using yolov5 and deep sort models. we did not store these two model in bentoml model store, but call them by self-defining a runner which inherit the bentoml.Runnable. it is ok to start by calling the command of bentoml serve. but cannot push and deploy in yatai for there is no mode stored and pushed.
Could anyone inform how to store these models in the format of bentoml ? or bentoml can only work on single stored model and not on multi-model project?
The text was updated successfully, but these errors were encountered: