qai-hub-apps CLI just got a major usability upgrade
We’re excited to announce a major upgrade to the qai-hub-apps developer experience
Getting started with AI Hub Apps is now simpler, faster, and far more reproducible.
What's New
You can now fetch and set up apps with a single command:
qai-hub-apps fetch <app_id> --model <model_id> --chipset <chipset>We now streamline the entire setup experience by:
- Automatically downloading supported models
- Providing helper scripts for setup/build/run workflows
- Including Docker-based workflows for reproducible environments
- Shipping updated READMEs with simplified instructions
Get started
pip install qai-hub-appsPyPi: https://pypi.org/project/qai-hub-apps/
GitHub: https://github.com/qualcomm/ai-hub-apps
Additional Notes:
- Updated the GitHub branch strategy:
mainis now the active development branchreleasenow contain validated/released app sources
- Removed Llama 2 7B from
chatapp_windows