What problem does it solve?
This Skill helps you turn an ONNX model analysis and deployment intent into a concrete, hardware-aware quantization plan without guessing which preset, calibration method, or algorithm to use.
Core Features & Use Cases
- Preset selection: Chooses among Quark ONNX presets such as XINT8, A8W8, A16W8, BF16, BFP16, and MX-family options based on model characteristics and target hardware.
- Calibration and algorithm planning: Recommends calibration methods like MinMax or PowerOfTwo_MinMSE and algorithms such as CLE, AdaRound, AdaQuant, BiasCorrection, or AutoMixprecision.
- Deployment-target gating: Enforces constraints for CPU, CUDA, ROCm, AMD NPU CNN, and AMD NPU Transformer targets, including required PoF2 calibration and custom-op availability checks.
- Use case: If you have a model analysis report and need to decide whether to deploy a CNN to Ryzen AI NPU with XINT8 or keep it on GPU with A8W8, this Skill helps you choose the safest viable plan.
Quick Start
Ask for a Quark ONNX quantization plan using your model_analysis.json, target hardware, and accuracy goals.