Skip to content

v0.6.1

Choose a tag to compare

@justinchuby justinchuby released this 09 Feb 21:27
· 63 commits to main since this release
74a5f34

What's Changed

Note

This update includes a slight change in how PyTorch SDPA's Boolean attention mask is exported in opset<23

  • Fix attention mask to use float_lowest instead of -inf and add NaN-safe softmax handling by @Aniketsy in #2654

Other Changes

  • Fix compatibility with the latest onnx-ir version (0.1.16) by supporting onnx functions in version converter by @titaiwangms in #2791

New Contributors

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