llmware icon indicating copy to clipboard operation
llmware copied to clipboard

[Suggestion] Set one global PATH for all (kinds of) models

Open jamartinh opened this issue 1 year ago • 0 comments

Currently, the are two places where models are downloaded:

I used:

LLMWareConfig.set_home("/data/llmware")

However the data folder

The $home$ for tools in:

/data/llmware/llmware_data/model_repo

and, even setting the home rest of models are downloaded into XDG_CACHE home/.cache/huggingface/hub

Perhaps it is better to have just one single configurable site for all model data since disks can get out of space.

jamartinh avatar Feb 17 '24 11:02 jamartinh