[go: up one dir, main page]

Skip to content

2024-07-26

Latest
Compare
Choose a tag to compare
@mitkotak mitkotak released this 27 Jul 03:01
· 1 commit to main since this release
7f6be7d

[0.5.2] - 2024-07-26

Added

  • o3.experimental.FullTensorProductv2 | ElementwiseTensorProductv2 for compatibility with torch.compile(..., fulgraph=True)
  • enable pip caching in CI
  • Optional scalar bias term in _batchnorm.py

Changed

  • refactor to use pyproject.toml for packaging
  • refactor gh community files
  • move pylint, coverage and flake8 configuration to pyproject.toml

Fixed

  • Fix TorchScript warning "doesn't support instance-level annotations" (#437)