Skip to content

coremltools 8.1

Latest
Compare
Choose a tag to compare
@cymbalrush cymbalrush released this 20 Nov 04:56
· 5 commits to main since this release
29ad374

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.traceconverter.
    • Support enumerated shape model.
    • Support ImageType input.
  • 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