bentoml

How can I change where models and builds are saved by BentoML?


By default, builds are stored in the ~/bentoml/bentos directory. Can I change it? There isn't any command line option.


Solution

  • There is an environment variable, BENTOML_HOME, that can be used to change where BentoML saves models and builds.