This message was deleted.
# ask-for-help
s
This message was deleted.
🍱 1
👀 1
s
Hiya, yes, you can do this by setting
BENTOML_HOME
.
a
Thanks, @sauyon. I will try that. Just an FYI : With Truss, I can specify the target directory while saving the model.
tr = mk_truss(model, target_directory="sklearn_truss")
s
If you need the model in another place or machine, I'd suggest exporting the model with
bentoml export
. Setting the home is in case you'd prefer your local machine's data to be in a different place.
a
Where can I see all the list of environment variables, we can set for bentoml? Do we have any cli command to list them?
s
Unfortunately I don't think we have good documentation for this. Was there anything in particular you wanted to do?
a
Just wanted to know. Thanks again for your help.
a
maybe we can take inspiration from
go env
we can have a
bentoml envars
?
s
I think we should try to print the relevant env vars in
bentoml env
, but this also just needs better documentation, I think.
a
right. I guess the current
bentoml env
can become
bentoml info
?
s
I don't think that's necessary? We can just have it show the relevant env vars first or in a different section, would make it easier for us to debug anyway.