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

[nnx] add qkv_features back to MHA #3566

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

cgarciae
Copy link
Collaborator

What does this PR do?

Fixes #3564. Adds qkv_features back to MultiHeadAttention.

@cgarciae cgarciae force-pushed the nnx-attention-add-qkv-features branch from 7686b80 to eb850d8 Compare December 16, 2023 11:35
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c997093) 56.17% compared to head (eb850d8) 56.19%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3566      +/-   ##
==========================================
+ Coverage   56.17%   56.19%   +0.02%     
==========================================
  Files         100      100              
  Lines       11890    11924      +34     
==========================================
+ Hits         6679     6701      +22     
- Misses       5211     5223      +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cgarciae cgarciae changed the title nnx: add qkv_features back to MHA [nnx] add qkv_features back to MHA Dec 17, 2023
Copy link
Collaborator

@chiamp chiamp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@copybara-service copybara-service bot merged commit a59675c into main Dec 18, 2023
21 checks passed
@copybara-service copybara-service bot deleted the nnx-attention-add-qkv-features branch December 18, 2023 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NNX attention layer missing qkv_features arg
3 participants