This message was deleted.
# ask-for-help
s
This message was deleted.
s
import_model
is supposed to be the equivalent of
save_model
, it's a pre-training step and will error if you run it multiple times.
It's not actually possible to serve a model, you'll need to write a minimal wrapper Bento for it.
a
thanks! clear on the
import_model
usage now. And apologies I misspoke, I meant serving by running
Copy code
bentoml serve service:svc
We already use Bazel at my company to build. So we didn’t feel we needed the ‘Bento build’ step in there too