[Auto Parallel] close llama dynamic dp test temporarily#10750
Merged
Conversation
|
Thanks for your contribution! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #10750 +/- ##
===========================================
- Coverage 46.87% 46.82% -0.05%
===========================================
Files 800 800
Lines 132791 132933 +142
===========================================
+ Hits 62250 62252 +2
- Misses 70541 70681 +140 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Before submitting
testsfolder. If there are codecov issues, please add tests cases first.PR types
Bug fixes
PR changes
Others
Description
修改 multiply 的切分推导规则,导致部分llama模型loss变化:
llama_dygraph_auto_bs8_fp32_DP2-MP2
loss_base: 9.3507843 -> 9.35078526
llama_align_dygraph_dy2st_auto_bs2_bf16_DP2-MP1-PP1 (仅to_static=0时)
loss_base: 9.99302673 -> 9.99302597
暂时先在 PR-CI-Auto-Parallel 里面关闭这些测试,等推导规则 PR 合入后修改 loss_base,并再开启这些测试
Paddle 中修改 multiply 的切分推导规则 的PR:PaddlePaddle/Paddle#73408