v0.6.1
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