The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
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.searchsortedops 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.traceconverter. - Support enumerated shape model.
- Support
ImageTypeinput.
- 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