Releases: quic/ai-hub-apps
Releases · quic/ai-hub-apps
v0.15.0
v0.14.3
v0.14.2
v0.14.1
Updates:
-
Update QNN TFLite Delegate version to 2.37.0.
-
Simplify the process of getting model assets for Whisper and Stable Diffusion.
-
"LLM On-Device Deployment" updates
- Add Falcon3-7B-Instruct.
- Explain how to properly feed newlines into the Genie CLI.
-
Fix typo in LLM UTF-8 Powershell instructions.
v0.9.0
- New features
- Add Llama-SEA-LION-v3.5-8B-R to LLM tutorial
- Bug fixes
- Windows CLI apps (Classification/SuperResoultion/ObjectDetection)
- Worked around a vcpkg bug (resolves #42)
- Worked around issue in QNN EP not copying the necessary files
- Android apps
- Fixed links to quantized variants (model cards are now combined and these were dead links)
- Windows CLI apps (Classification/SuperResoultion/ObjectDetection)
v0.8.3
New Features
- Add Stable Diffusion python demo for Windows.
- Update Whisper python demo for Windows to support streaming from an audio device.
- Add new PowerShell-based python environment setup scripts for Windows demos.
Bug Fixes
- Fix issue where running the Whisper demo with a new version of AI Hub Models would throw an AssertionError.
- Update references to large language models that have been renamed in AI Hub Models.
- Minor bugfixes to the Windows ChatApp.
v0.8.1
v0.7.0
Minor updates
- Starting from version 2.32, "QNN SDK" is now referred to as "QAIRT SDK" (with updated download link across several App READMEs).
- Tweaks to LLM tutorial for clarity.
- Add Llama3-TAIDE-LX-8B-Chat-Alpha1 to LLM tutorial.
- Change deprecated
soc_id
tosoc_model
in some HTP configurations.
Bug fixes
- Fix bug in deployable ONNX script (
tutorials/deploy/onnx/build_deployable_asset.py
) affecting numerical correctness. - Fix demo video (did not work for many users)