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**: https://github.com/meakbiyik/torchcache/compare/v0.3.2...v0.4.0