I’m experiencing an issue where the Hugging Face model cache is no longer being reused across runs, even though all relevant cache environment variables are set correctly and point to a persistent volume.
Important note:
This setup was working correctly until yesterday.
The same code, container image, and cache volume were successfully reusing the cached model.
However, starting this morning, the cache is no longer detected and the model is downloaded again on every startup, without any intentional changes on my side.
At startup, the logs now always show:
[HF CACHE] ❌ NOT cached: qwen/qwen-image-edit-2511@default [HF CACHE] Model snapshot not found in cache. It will be downloaded now (if network allowed).