Replies: 1 comment 3 replies
-
I do think that we should switch to docker volumes instead of just binds. I am not sure if separating the Another point is that the cache folder does not include hugging face stuff only, but other things as well. Last point would be, if libs write some os-dependant data in the cache folder, they would likely crash if for example the host is windows but the container is linux. is If this would be implemented, it is definitely a major version and a breaking change. |
Beta Was this translation helpful? Give feedback.
-
currently if invoke ai downloads/installs any configs using the huggingface library (which downloads blobs of the repos instead of files), the
.cache
goes into the .data folder, but users might have other applications that would like to re-use the models stored there.I think the .cache dir should be mounted by default... like this for example
Beta Was this translation helpful? Give feedback.
All reactions