This message was deleted.
# ask-for-help
s
This message was deleted.
s
Yep, exactly that!
s
lol nice
Thanks!
Oh one more thing
Can I specify the version myself for save_model?
s
I think we recommend using labels for model versions, our version is closer to the docker ID than a real version.
s
Ah I see - that’s good to know. Thank you!
@sauyon One more quick question - for
bentoml.models.list
, is there a way to specify getting models from another directory? i.e. if I want to grab models in a project stored in a different folder
I’m assuming
bentoml.models.list
gets the list of models from a local filesystem, which means if I run it, it’ll only have access to whatever models are in the existing project directory
s
It gets it from the global BentoML storage, so as long as you're on the same machine it should all be shared.