Skip to content

Conversation

@xingmingyyj
Copy link
Contributor

@xingmingyyj xingmingyyj commented Nov 25, 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

Others

Description

  • 修复qwen3moe aoa config在base model下存在的问题
  • 开启FC下,增加_gen_aoa_config拦截
  • 为glm增加fused单测

@paddle-bot
Copy link

paddle-bot bot commented Nov 25, 2025

Thanks for your contribution!

@codecov-commenter
Copy link

codecov-commenter commented Nov 26, 2025

Codecov Report

❌ Patch coverage is 44.44444% with 5 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (develop@d0b89ac). Learn more about missing BASE report.

Files with missing lines Patch % Lines
paddleformers/transformers/qwen3_moe/modeling.py 0.00% 3 Missing ⚠️
paddleformers/transformers/model_utils.py 66.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #3014   +/-   ##
==========================================
  Coverage           ?   33.02%           
==========================================
  Files              ?      424           
  Lines              ?    68645           
  Branches           ?        0           
==========================================
  Hits               ?    22668           
  Misses             ?    45977           
  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.

# model1 = model_class.from_pretrained(tmpdirname, convert_from_hf=True)

# model2 = model_class.from_pretrained(tmpdirname, load_checkpoint_format="flex_checkpoint")
def test_save_load(self):
Copy link
Collaborator

Choose a reason for hiding this comment

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

这个case直接写到父类吧,所有模型都要FC

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