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 fused_attention_qkv for auto_parallel llama #8432

Merged
merged 5 commits into from
May 16, 2024

Conversation

zhangbo9674
Copy link
Contributor

PR types

New features

PR changes

Others

Description

Support fused_attention_qkv for auto_parallel llama

Copy link

paddle-bot bot commented May 13, 2024

Thanks for your contribution!

Copy link

codecov bot commented May 13, 2024

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 55.42%. Comparing base (53ad2da) to head (5e2edde).
Report is 6 commits behind head on develop.

Files Patch % Lines
paddlenlp/transformers/llama/modeling_auto.py 0.00% 6 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8432      +/-   ##
===========================================
- Coverage    55.43%   55.42%   -0.01%     
===========================================
  Files          616      617       +1     
  Lines        96243    96283      +40     
===========================================
+ Hits         53348    53366      +18     
- Misses       42895    42917      +22     

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

Copy link
Collaborator

@zhiqiu zhiqiu left a comment

Choose a reason for hiding this comment

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

LGTM

@wawltor wawltor merged commit ebe397e into PaddlePaddle:develop May 16, 2024
7 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants