Skip to content

Conversation

blacksheep-Aristotle
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

New features

PR changes

Others

Description

调整PaddleNLP框架中moe parallel功能的实现方式,具体修改为:不再由PaddleNLP负责创建moe group,转而通过Paddle fleet的初始化流程来完成这一操作。

Copy link

paddle-bot bot commented Aug 18, 2025

Thanks for your contribution!

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.

1 participant