Overview of AIMET Regression Framework
developThe AIMET Regression Framework provides automated testing and evaluation for AIMET (AI Model Efficiency Toolkit) quantization techniques. It supports both ONNX and PyTorch (Torch) pipelines, allowing developers to test quantization accuracy and performance locally or on-device via Qualcomm AI Hub.
Key Capabilities
- Dual Framework Support: Dedicated pipelines for ONNX and Torch.
- Quantization Techniques: Supports QuantSim, Lite Mixed-Precision (ONNX only), AdaRound, and Automatic Mixed-Precision (AMP).
- Hierarchical Configuration: Uses a 4-level merging system (defaults → profile → model → test) to manage complex settings.
- Suite-Based Testing: Predefined suites like
nightly,weekly, andsmokefor different regression frequencies. - Reporting: Generates HTML and CSV reports with baseline comparisons.