Releases: quic/ai-hub-apps
Releases · quic/ai-hub-apps
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)
v0.6.0
v0.5.0
v0.4.0
v0.3.2
New Additions
- Updated LLM on-device deployment supported device table, as well other edits
- Fixed Llama 3 prompt in ChatApp
- Fixed typo in whisper export command
v0.3.1
v0.3.0
New Additions
- Added Windows Sample Applications: LLamaV2 Chat, Whisper Speech-to-Text (Python), Classification, Super Resolution
Quality Improvements & Bug Fixes
- Android Applications now use QNN directly from Maven. (Previous code would download a copy of the SDK and manually extract it).
v0.2.1
v0.1.1
New Additions:
-
Example Android apps using TFLite and NPU acceleration via the QNN delegate:
- ImageClassification: Image classification on still images
- SemanticSegmentation: Semantic segmentation on live camera feed
- SuperResolution: Super resolution on still images