Added
- use mmap in `torch.load` if available (currently in nightly: https://github.com/pytorch/pytorch/pull/102549)
- finer controls for module cache: ability to set it manually it to prevent cache invalidation by mistake
Changed
- `ztsd` compression instead of brotli for faster decompression
Fixed
- Invalidate cache if some crucial torchcache requirements change (subsample count and compression)
**Full Changelog**: https://github.com/meakbiyik/torchcache/compare/v0.2.0...v0.3.0