What problem does it solve?
This Skill removes the guesswork from setting up ONNX Runtime for AMD Quark’s ONNX-to-ONNX workflow, helping you avoid provider mismatches, missing execution providers, and import failures before quantization begins.
Core Features & Use Cases
- Backend-specific installation planning: Chooses the correct ONNX Runtime variant for CPU, CUDA, or ROCm environments.
- Compatibility verification: Checks ONNX, ONNX Runtime, and related package versions against Quark’s supported ranges.
- Custom ops readiness: Ensures Quark’s ONNX custom operators can compile and load correctly in the local environment.
- Use case: If a user reports that
import onnxruntime fails or the wrong execution provider is available, this Skill guides the exact reinstall and verification path.
Quick Start
Ask the skill to diagnose your accelerator backend and produce the exact ONNX Runtime installation and verification steps for Quark.