Skip to content

v0.30.1

Latest

Choose a tag to compare

@qaihm-bot qaihm-bot released this 08 Jun 20:39
· 1 commit to release since this release
1b2ac02

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-apps

PyPi: https://pypi.org/project/qai-hub-apps/
GitHub: https://github.com/qualcomm/ai-hub-apps

Additional Notes:

  • Updated the GitHub branch strategy:
    • main is now the active development branch
    • release now contain validated/released app sources
  • Removed Llama 2 7B from chatapp_windows