This message was deleted.
# ask-for-help
s
This message was deleted.
u
Is it that I cant use bentoml.models.import_mode in service.py?
s
import
is meant to be a management command and not for runtime; in this case I suspect this is happening because service code gets evaluated in every worker (and indeed, when you build a bento).