Onboard a new model to Qualcomm AI Hub Models. Guides authoring a standalone folder (model.py, app.py, demo.py, test.py, manifest.yaml) that the qai-hub-models CLI can install, export, and evaluate. Ships `supported_precisions: [float]`; quantization is a…
qualcomm/ai-hub-models
SkillsMP has collected 4 skills from qualcomm/ai-hub-models. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 1,194
- GitHub forks
- 207
Skills in this repository
Showing 4 of 4 collected skills.
Add a quantized precision to a float recipe that already passes `validate-on-device`. Tries w8a8, falls back to w8a16, or gives up. Hard-requires a dataset + evaluator (authors them under supervision if missing). Use after `validate-on-device`.
Onboard a new model to Qualcomm AI Hub Models as an in-tree recipe (lives under src/qai_hub_models/models/<id>/, appears in the public catalog, has a scorecard entry). This is a thin delta on top of the base `onboard` skill — it inherits all authoring…
Compile, profile, and (if evaluator wired) evaluate a float recipe on a Snapdragon device via AI Hub. Iterates on failures using `.claude/docs/on-device-debugging.md`. Use after `onboard` produces a `validate`-green float recipe, and before `add-quantization`.