Skip to content

v0.3.0

Compare
Choose a tag to compare
@meakbiyik meakbiyik released this 01 Sep 22:59
· 22 commits to main since this release
21662e1

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