This message was deleted.
# ask-for-help
s
This message was deleted.
f
You may remove your python environment and create a new one.
s
Thanks! but the bentoml/models/... folder is outside my environment.
Copy code
bentoml prune --local
would work?
But I wonder what happens if delete env then bentoml/models folder directly :D
I assume when we install bentoml with pip and create a model again it will create bentoml/folders?
s
Earlier I created two pip env with bentoml in both. They shared the bentoml/folders
f
So if we delete env then we need to delete bentoml/folders if we want everthing fresh
s
I guess so. But I didn’t have the nerves to delete the entire folder
😄 1
l
That folder is used to save bentos and models created by BentoML. If you don't want them you can just delete the folder. If you want to keep them, you can just delete your python environment.
👍 1
s
Yeah Thanks 🙂