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 Inference] Support qwen2 #8893

Merged
merged 9 commits into from
Aug 12, 2024
Merged

Conversation

yuanlehome
Copy link
Collaborator

@yuanlehome yuanlehome commented Aug 7, 2024

PR types

New features

PR changes

Models

Description

支持qwen2 bf16/wint8高性能推理

Copy link

paddle-bot bot commented Aug 7, 2024

Thanks for your contribution!

Copy link

codecov bot commented Aug 7, 2024

Codecov Report

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

Project coverage is 55.18%. Comparing base (5bc040a) to head (cc76b25).
Report is 1 commits behind head on develop.

Files Patch % Lines
...dlenlp/experimental/transformers/qwen2/modeling.py 0.00% 366 Missing ⚠️
paddlenlp/experimental/transformers/__init__.py 0.00% 1 Missing ⚠️
...dlenlp/experimental/transformers/qwen2/__init__.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8893      +/-   ##
===========================================
- Coverage    55.29%   55.18%   -0.11%     
===========================================
  Files          632      634       +2     
  Lines        98910    99345     +435     
===========================================
+ Hits         54690    54827     +137     
- Misses       44220    44518     +298     

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

@@ -0,0 +1,21 @@
{
Copy link
Collaborator

Choose a reason for hiding this comment

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

Qwen2属于比较重要的模型,加上单测?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

如线下沟通结果,单测后续统一补上~

Copy link
Collaborator

@wawltor wawltor 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 0a5de12 into PaddlePaddle:develop Aug 12, 2024
9 of 12 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.

2 participants