Skip to content

V0.6.1: support paddle, support pytorch.compile

Compare
Choose a tag to compare
@arogozhnikov arogozhnikov released this 19 Apr 04:13
· 90 commits to master since this release
  • einops layers perfectly interplay with torch.compile
  • einops operations needs registration: run einops._torch_specific.allow_ops_in_compiled_graph() before torch.compile
  • paddle is now supported (thanks to @zhouwei25)
  • as previously announced, support of mxnet is dropped

What's Changed

New Contributors

  • @zhouwei25 made their first contribution in #242

Full Changelog: v0.6.0...v0.6.1