This message was deleted.
# ask-for-help
s
This message was deleted.
s
Hi! We have no answer for 2, but 1 should be doable with the internal APIs, let me double check.
👍 1
e
I've did some digging in the
Bento
and
BentoStore
classes and couldn't find anything, but that was as far as I went
s
Oh, sorry, I totally forgot to get back to you---
Bento.import_from
is probably what you want, from the superclass
Exportable
(https://github.com/bentoml/BentoML/blob/main/src/bentoml/_internal/exportable.py).
e
But
import_from
stores it in the local bento store doesnt it? I'm looking only to create a Bento instance, without loading it into the local bento store
s
No, it shouldn't; is that happening currently?