Version 2.17.0
- Bug fixes and Improvements
-
ONNX
- Optimize SeqMSE latency and CPU memory usage (434ac6b)
- Support excluding nodes from SeqMSE optimization (6a37239)
- Support exporting large models (> 2GB) to ONNX QDQ (b1dafe6, 1bf8b82)
- Support exporting float16 ONNX models to ONNX QDQ (66ccb45)
- Allow disabling MatMul-Add supergroup via config file (e49660c)
- Fix bug where on-disk tensor data is deleted before InferenceSession (d57a934)
-
Torch
-
Common
-