Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more QNN models with different model structures #1322

Merged
merged 3 commits into from
Mar 13, 2025

Conversation

baijumeswani
Copy link
Collaborator

Some QNN models run GQA operators on CPU. To support such models, we need to use the default key-value cache (and not the sliding window key-value cache). This setting is controlled using the genai_config. This pull-request adds support for running such models.

@baijumeswani baijumeswani merged commit 47bd78c into main Mar 13, 2025
14 checks passed
@baijumeswani baijumeswani deleted the baijumeswani/support-generic-qnn-models branch March 13, 2025 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants