Skip to content

Conversation

DrownFish19
Copy link
Collaborator

Before submitting

  • Lint code. If there are lint issues, please format the code first.
# Install and register `pre-commit` in the project folder
pip install pre-commit && pre-commit install

# Process previous code files separately
pre-commit run --file XXXX.py
  • Add test cases into tests folder. If there are codecov issues, please add tests cases first.

PR types

New features

PR changes

Models

Description

add fuse_attention_qkv and fuse_attention_ffn to Qwen2MoE.

Copy link

paddle-bot bot commented Jan 10, 2025

Thanks for your contribution!

Copy link

codecov bot commented Jan 10, 2025

Codecov Report

❌ Patch coverage is 48.78049% with 63 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.20%. Comparing base (54b8882) to head (bca7d35).
⚠️ Report is 451 commits behind head on develop.

Files with missing lines Patch % Lines
paddlenlp/transformers/qwen2_moe/modeling.py 48.78% 63 Missing ⚠️

❌ Your patch check has failed because the patch coverage (48.78%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage.
❌ Your project check has failed because the head coverage (52.20%) is below the target coverage (58.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #9767      +/-   ##
===========================================
+ Coverage    51.53%   52.20%   +0.66%     
===========================================
  Files          734      730       -4     
  Lines       118703   115937    -2766     
===========================================
- Hits         61176    60524     -652     
+ Misses       57527    55413    -2114     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

github-actions bot commented Apr 8, 2025

This Pull Request is stale because it has been open for 60 days with no activity. 当前Pull Request 60天内无活动,被标记为stale。

@github-actions github-actions bot added stale and removed stale labels Apr 8, 2025
Copy link

github-actions bot commented Jun 8, 2025

This Pull Request is stale because it has been open for 60 days with no activity. 当前Pull Request 60天内无活动,被标记为stale。

@github-actions github-actions bot added stale and removed stale labels Jun 8, 2025
Copy link

github-actions bot commented Aug 8, 2025

This Pull Request is stale because it has been open for 60 days with no activity. 当前Pull Request 60天内无活动,被标记为stale。

@github-actions github-actions bot added the stale label Aug 8, 2025
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.

1 participant