You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added post-AIMET procedures on how to take AIMET quantized model to Qualcomm® AI Engine Direct and Qualcomm® AI Hub
PyTorch
BREAKING CHANGE: aimet_torch.v2 has become the default API. All the legacy APIs are migrated to aimet_torch.v1 subpackage, for example from aimet_torch.qc_quantize_op to aimet_torch.v1.qc_quantize_op
Added Manual Mixed Precision Configurator (Beta) to make it easy to configure a model in Mixed Precision.
ONNX
Optimized QuantizationSimModel.init() latency
Align ConnectedGraph representation with onnx graph
Bug Fixes
ONNX
Bug fixes for Adaround
Bug fixes for BN fold
Upgrading
PyTorch
aimet_torch 2 is fully backward compatible with all the public APIs of aimet_torch 1.x. If you are using low-level components of QuantizationSimModel, please see Migrate to aimet_torch 2.