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

[LLM] support sparse attention for LLAMA #8592

Merged
merged 5 commits into from
Jun 19, 2024

Conversation

GuoxiaWang
Copy link
Contributor

PR types

New features

PR changes

Models

Description

[LLM] support sparse attention for LLAMA

Copy link

paddle-bot bot commented Jun 12, 2024

Thanks for your contribution!

Copy link

codecov bot commented Jun 12, 2024

Codecov Report

Attention: Patch coverage is 14.89362% with 40 lines in your changes missing coverage. Please review.

Project coverage is 54.17%. Comparing base (a8d446c) to head (61f2314).
Report is 239 commits behind head on develop.

Files with missing lines Patch % Lines
paddlenlp/transformers/llama/modeling_pp.py 10.25% 35 Missing ⚠️
paddlenlp/transformers/llama/fusion_ops.py 0.00% 4 Missing ⚠️
paddlenlp/transformers/llama/modeling.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8592      +/-   ##
===========================================
- Coverage    54.18%   54.17%   -0.02%     
===========================================
  Files          625      625              
  Lines        98942    98972      +30     
===========================================
+ Hits         53612    53615       +3     
- Misses       45330    45357      +27     

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

@lugimzzz lugimzzz self-requested a review June 17, 2024 12:07
Copy link
Contributor

@lugimzzz lugimzzz 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 9c59aad into PaddlePaddle:develop Jun 19, 2024
7 of 11 checks passed
This pull request was closed.
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.

3 participants