-
Notifications
You must be signed in to change notification settings - Fork 3k
[AutoParallel] Add test for PIR recompute #9621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for your contribution! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9621 +/- ##
========================================
Coverage 52.77% 52.77%
========================================
Files 709 709
Lines 111172 111172
========================================
Hits 58672 58672
Misses 52500 52500 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
scripts/distribute/ci_case_auto.sh
Outdated
@@ -743,6 +744,107 @@ function llama_align_dygraph_dy2st_pir_auto_bs2_bf16_DP2-MP2-PP1-SP() { | |||
echo "=========== $FUNCNAME run end ===========" | |||
} | |||
|
|||
function llama_pir_auto_recompute_DP2_MP2_PP2(){ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这样的写法会增加2个测试。建议直接在已有的测试上,加上 recompute 参数验证,只需增加一个测试。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
f5b73df
to
dcea04c
Compare
dcea04c
to
67bf18d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR types
Others
PR changes
Others
Description
add test for PIR recompute