v0.3.0
Added
- use mmap in
torch.load
if available (currently in nightly: pytorch/pytorch#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: v0.2.0...v0.3.0