v0.2.7
What's Changed
Optimizer and rewriter
- Optimize causal mask shape by @gramalingam in #2325
- Fix handling of attention-bias in MHA fusion by @gramalingam in #2332
- Ensure rule ordering in MHA fusion by @gramalingam in #2334
- Rewriter: Fold Batchnorm nodes by @AyoubMDL in #2312
- Refine shape optimization by @gramalingam in #2336
ONNX IR
- [IR][fix] Implement copy() for graph inputs/outputs by @justinchuby in #2338
- Add type checks to Attr methods by @justinchuby in #2310
- [IR] Handle external initializers in subgraphs by @justinchuby in #2347
Torch Lib
- [torchlib] Update linear implementation to support 1d weights by @justinchuby in #2340
- [torchlib] Implement floor_divide for int inputs by @justinchuby in #2343
Other Changes
- Update publish pipeline to use an environment by @justinchuby in #2330
- Update publish as a deployment job by @justinchuby in #2333
Full Changelog: v0.2.6...v0.2.7