Slackbot
01/02/2023, 3:39 PMsauyon
01/02/2023, 7:34 PMElior Cohen
01/03/2023, 6:08 AMBento
and BentoStore
classes and couldn't find anything, but that was as far as I wentsauyon
01/03/2023, 6:17 AMBento.import_from
is probably what you want, from the superclass Exportable
(https://github.com/bentoml/BentoML/blob/main/src/bentoml/_internal/exportable.py).Elior Cohen
01/03/2023, 6:19 AMimport_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 storesauyon
01/03/2023, 10:15 PM