chaiNNer-org / spandrel

Spandrel gives your project support for various PyTorch architectures meant for AI Super-Resolution, restoration, and inpainting. Based on the model support implemented in chaiNNer.
MIT License
102 stars 7 forks source link

Scheduled workflow to keep the cache alive #243

Closed RunDevelopment closed 2 months ago

RunDevelopment commented 2 months ago

GitHub removed unused caches after one week of last access. This is a problem for us when we don't commit for a while, because it means that subsequent test runs are a lot slower and more likely to fail.

This PR adds a scheduled workflow that runs our tests every day. This ensures that the cache is always accessed.