-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[AutoParallel] support GPT for auto_parallel #8160
Conversation
Thanks for your contribution! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8160 +/- ##
===========================================
- Coverage 55.15% 54.88% -0.27%
===========================================
Files 601 603 +2
Lines 91764 92371 +607
===========================================
+ Hits 50611 50699 +88
- Misses 41153 41672 +519 ☔ View full report in Codecov by Sentry. |
ac9b855
to
5b6cb9d
Compare
add run_pretrain modify llama test loss
comment llama
d2ef691
to
d9f6b83
Compare
d9f6b83
to
f901267
Compare
f368f57
to
1b0f2ef
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
PR types
New features
PR changes
Models
Description
support GPT for auto_parallel
1. 在GPT上验证自动并行架构
2. 本 PR 代码包含最终模型代码、示例脚本、单测。验证结果如下
mp2
dp2mp2
dp2mp2pp2
dp2mp2pp2 + 动转静
dp2mp2pp2 + 动转静 + amp