Skip to content

Conversation

@chen2016013
Copy link
Contributor

@chen2016013 chen2016013 commented Oct 17, 2025

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

Models

Description

修复dsv3预训练热启问题。
dsv3 预训练热启之前从 paddlenlp 迁移,但 nlp 组网的权重参数命名与 formers 不同,热启无法直接在 formers 中迁移使用。本PR修复了 paddleformers 中的热启代码。

@paddle-bot
Copy link

paddle-bot bot commented Oct 17, 2025

Thanks for your contribution!

@codecov-commenter
Copy link

codecov-commenter commented Oct 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (develop@03b533c). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #2744   +/-   ##
==========================================
  Coverage           ?   29.06%           
==========================================
  Files              ?      334           
  Lines              ?    55895           
  Branches           ?        0           
==========================================
  Hits               ?    16247           
  Misses             ?    39648           
  Partials           ?        0           

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

@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

@lugimzzz lugimzzz merged commit d15dbe9 into PaddlePaddle:develop Oct 22, 2025
5 of 7 checks passed
BossPi pushed a commit to BossPi/PaddleFormers that referenced this pull request Nov 6, 2025
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