Skip to content

Conversation

DesmonDay
Copy link
Contributor

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

Bug fixes

PR changes

Others

Description

修复TP加载内存暴涨问题。

Copy link

paddle-bot bot commented Jun 16, 2025

Thanks for your contribution!

Copy link

codecov bot commented Jun 16, 2025

Codecov Report

❌ Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 46.87%. Comparing base (98b08b1) to head (6e51175).
⚠️ Report is 80 commits behind head on develop.

Files with missing lines Patch % Lines
paddlenlp/transformers/model_utils.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #10739      +/-   ##
===========================================
- Coverage    46.88%   46.87%   -0.01%     
===========================================
  Files          800      800              
  Lines       132785   132787       +2     
===========================================
- Hits         62254    62246       -8     
- Misses       70531    70541      +10     

☔ 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
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

Copy link

@nepeplwu nepeplwu left a comment

Choose a reason for hiding this comment

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

LGTM

@nepeplwu nepeplwu merged commit 141499b into PaddlePaddle:develop Jun 17, 2025
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.

3 participants