Closed james-vincent closed 7 months ago
Models are downloaded to $HOME/.cache by default. Is there a way to change this? Setting TORCH_HOME does not work.
We will deploy evo on a cluster. Having each user download the models is a waste of space.
I had the same problem – resolved it by setting the HF_HOME environment variable.
HF_HOME
This is correct, the Evo class uses HF to download models, so use HF environment variables
Evo
Models are downloaded to $HOME/.cache by default. Is there a way to change this? Setting TORCH_HOME does not work.
We will deploy evo on a cluster. Having each user download the models is a waste of space.