Skip to content

Conversation

@cjw-d
Copy link

@cjw-d cjw-d commented Nov 14, 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

New features

PR changes

Others

Description

添加rope基础组件,添加了modeling_rope_utils和test_modeling_rope_utils

@paddle-bot
Copy link

paddle-bot bot commented Nov 14, 2025

Thanks for your contribution!

@codecov-commenter
Copy link

codecov-commenter commented Nov 14, 2025

Codecov Report

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

Files with missing lines Patch % Lines
...formers/transformers/ernie4_5_moe/configuration.py 33.33% 2 Missing ⚠️
paddleformers/transformers/modeling_rope_utils.py 99.29% 2 Missing ⚠️
paddleformers/transformers/gpt_oss/modeling.py 90.90% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #2945   +/-   ##
==========================================
  Coverage           ?   31.73%           
==========================================
  Files              ?      421           
  Lines              ?    68786           
  Branches           ?        0           
==========================================
  Hits               ?    21827           
  Misses             ?    46959           
  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.

@cjw-d cjw-d force-pushed the rope_reproduction branch from 1848ca0 to 264a9d8 Compare November 14, 2025 10:33
@cjw-d cjw-d closed this Nov 15, 2025
@cjw-d cjw-d reopened this Nov 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants