Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
See https://github.com/quic/ai-hub-models/releases/v0.11.0 for changelog.

Signed-off-by: QAIHM Team <[email protected]>
  • Loading branch information
qaihm-bot committed Jul 30, 2024
1 parent bb0ca2e commit b322692
Show file tree
Hide file tree
Showing 183 changed files with 254 additions and 8,823 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/auto_issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Auto Bring Your Own Model - Bug report
about: Create a report to help us improve
title: "[BUG] Auto BYOM Issue: <insert issue here>"
labels: 'auto'
assignees: ''

---

**Describe the issue**
Please provide details relating to the issue you're hitting, if it is related to performance, accuracy or other model issues with bringing your own model to Qualcomm AI Hub, to deploy to an auto chipset (i.e. SA8775P).

**To Reproduce**
Please provide clear steps as to how the issue occurred. Either provide a job link or exact steps (i.e. go to xx model, scroll down and click on xx).

**Expected behavior**
A clear and concise description of what you expected to happen.

**Stack trace**
If applicable, add screenshots to help explain your problem.

**Host configuration:**
- OS and version: [e.g. Linux, Windows, macOS]
- Browser [e.g. chrome, safari]
- QAI-Hub-Models version:
- QAI-Hub client version:

**Additional context**
Add any other context about the problem here.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ memory etc.) and ready to deploy on Qualcomm® devices.
* View open-source recipes to quantize, optimize, and deploy these models on-device.
* Browse through [performance metrics](https://aihub.qualcomm.com/models) captured for these models on several devices.
* Access the models through [Hugging Face](https://huggingface.co/qualcomm).
* Check out [sample apps](https://github.com/quic/ai-hub-apps) for on-device deployment of AI Hub models.
* [Sign up](https://myaccount.qualcomm.com/signup) to run these models on hosted Qualcomm® devices.

Supported **python package host machine** Operating Systems:
Expand Down Expand Up @@ -312,9 +313,6 @@ Qualcomm® AI Hub Models is licensed under BSD-3. See the [LICENSE file](../LICE
| [AOT-GAN](https://aihub.qualcomm.com/models/aotgan) | [qai_hub_models.models.aotgan](qai_hub_models/models/aotgan/README.md) | ✔️ | ✔️ | ✔️
| [LaMa-Dilated](https://aihub.qualcomm.com/models/lama_dilated) | [qai_hub_models.models.lama_dilated](qai_hub_models/models/lama_dilated/README.md) | ✔️ | ✔️ | ✔️
| | | | |
| **Image Generation**
| [StyleGAN2](https://aihub.qualcomm.com/models/stylegan2) | [qai_hub_models.models.stylegan2](qai_hub_models/models/stylegan2/README.md) | ✔️ | ✔️ | ✔️
| | | | |
| **Super Resolution**
| [ESRGAN](https://aihub.qualcomm.com/models/esrgan) | [qai_hub_models.models.esrgan](qai_hub_models/models/esrgan/README.md) | ✔️ | ✔️ | ✔️
| [QuickSRNetLarge](https://aihub.qualcomm.com/models/quicksrnetlarge) | [qai_hub_models.models.quicksrnetlarge](qai_hub_models/models/quicksrnetlarge/README.md) | ✔️ | ✔️ | ✔️
Expand Down Expand Up @@ -391,9 +389,6 @@ Qualcomm® AI Hub Models is licensed under BSD-3. See the [LICENSE file](../LICE
| [Whisper-Base-En](https://aihub.qualcomm.com/models/whisper_base_en) | [qai_hub_models.models.whisper_base_en](qai_hub_models/models/whisper_base_en/README.md) | ✔️ | ✔️ | ✔️
| [Whisper-Small-En](https://aihub.qualcomm.com/models/whisper_small_en) | [qai_hub_models.models.whisper_small_en](qai_hub_models/models/whisper_small_en/README.md) | ✔️ | ✔️ | ✔️
| [Whisper-Tiny-En](https://aihub.qualcomm.com/models/whisper_tiny_en) | [qai_hub_models.models.whisper_tiny_en](qai_hub_models/models/whisper_tiny_en/README.md) | ✔️ | ✔️ | ✔️
| | | | |
| **Audio Enhancement**
| [Facebook-Denoiser](https://aihub.qualcomm.com/models/facebook_denoiser) | [qai_hub_models.models.facebook_denoiser](qai_hub_models/models/facebook_denoiser/README.md) | ✔️ | ✔️ | ✔️

### Multimodal

Expand Down
89 changes: 0 additions & 89 deletions apps/android/ImageClassification/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions apps/android/ImageClassification/build.gradle

This file was deleted.

163 changes: 0 additions & 163 deletions apps/android/ImageClassification/build_apk.py

This file was deleted.

63 changes: 0 additions & 63 deletions apps/android/ImageClassification/classification/build.gradle

This file was deleted.

Loading

0 comments on commit b322692

Please sign in to comment.