Skip to content

Releases: meakbiyik/torchcache

v0.5.2

25 Aug 12:53
98ca9eb
Compare
Choose a tag to compare

Fixed

  • A logging issue that occasionally leads to an IndexError 98ca9eb

Full Changelog: v0.5.1...v0.5.2

v0.5.1

25 Jul 16:28
bd70124
Compare
Choose a tag to compare

Added

  • Automated version bumps with the Github release tag

Full Changelog: v0.5.0...v0.5.1

v0.5.0

25 Jul 14:26
4f69f6a
Compare
Choose a tag to compare

Added

  • disabled argument to programmatically enable/disable torchcache, or selectively enable for some instances of a module.

Full Changelog: v0.4.1...v0.5.0

v0.4.1

20 Jul 22:14
ff39bc2
Compare
Choose a tag to compare

Changed

  • Small updates to the documentation
  • Minor refactoring

Full Changelog: v0.4.0...v0.4.1

v0.4.0

25 Sep 10:32
bd9a25d
Compare
Choose a tag to compare

Added

  • Use the mmap of Python to allow using mmapped loading for all versions of PyTorch, even with compression.

Changed

  • The parameter documentation is moved from the underlying class to the exposed decorator, so that the signature hints can function properly.

Fixed

  • API documentation not visible.

Full Changelog: v0.3.2...v0.4.0

v0.3.2

08 Sep 06:53
d3883dc
Compare
Choose a tag to compare

Fixed

  • Performance regression due to weights_only in torch.load
  • Allowed changing embedding shape on-the-fly

Full Changelog: v0.3.1...v0.3.2

v0.3.1

01 Sep 23:06
0d7b40b
Compare
Choose a tag to compare

Empty release to fix publish workflow, see v0.3.0 release for the updates: https://github.com/meakbiyik/torchcache/releases/tag/v0.3.0

v0.3.0

01 Sep 22:59
21662e1
Compare
Choose a tag to compare

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

v0.2.0

29 Aug 18:08
ab87f8c
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0

v0.1.0

28 Aug 21:33
bc741ff
Compare
Choose a tag to compare

First release 🚀