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
In service.py, the pt model file is directly read through the custom runner without saving the model to the bentoml model store.
As a result, yatai cannot be deployed normally because there is no model file. Is there any solution?