Skip to content

Version 2.18.0

Choose a tag to compare

@aimetci aimetci released this 06 Nov 16:32
  • New Features

    • Torch
      • Promoted aimettorch.onnx.export and QuantizationSimModel.onnx.export as production APIs (99160d2, e026fd1)
      • Added utility functions to exclude some or all unknown nn.Modules from quantization (5a419f3, 501eebd)
  • Bug fixes and Improvements

    • ONNX

      • Fixed supergroup misidentification bug upon MatMul-MatMul-Add sequence (ab63866)
    • Torch

      • Made compatible with PyTorch 1.13 (47fae94)
      • Made compatible with PyTorch 2.9 (283ecc1)
    • Common

      • Set priority among supergroups (6676a6c)