How to change where models and builds are saved by BentoML?

571 Views Asked by At

By default, builds are stored at the ~/bentoml/bentos directory. Can I change it? There's no command line option.

1

There are 1 best solutions below

0
On BEST ANSWER

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