Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Ticket N/A ### Problem description Loading models from Hugging face can be slow for large models, we want to use shared volume to optimize loding HF models. ### What's changed Added volume mount for docker containers /mnt/dockercache:/mnt/dockercache Set Huggingface cache folder HF_HOME=/mnt/dockercache/huggingface With this HF models cache will be on a shared volume, used by tt-forge-fe, tt-torch and tt-xla runners. ### Checklist - [x] New/Existing tests provide coverage for changes
- Loading branch information