Release Notes
- Python Support
- Compatible with Python 3.12.
- Added support for additional PyTorch operations
torch.clamp_max
,torch.rand_like
,torch.all
,torch.linalg_inv
,torch.nan_to_num
,torch.cumprod
,torch.searchsorted
ops are now supported.
- Increased conversion support coverage for models produced by
torch.export
- Op translation support is at 68% parity with our mature
torch.jit.trace
converter. - Support enumerated shape model.
- Support
ImageType
input.
- Op translation support is at 68% parity with our mature
- Added Python bindings for the following classes:
- Various other bug fixes, enhancements, clean ups and optimizations.
- Favor bool mask in scaled dot product attention
- Fix quantization crash with bool mask
- Special thanks to our external contributors for this release: @M-Quadra @benjaminkech @guru-desh