-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[WIP] Test for sequence parallel #7657
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
base: develop
Are you sure you want to change the base?
Conversation
Thanks for your contribution! |
This Pull Request is stale because it has been open for 60 days with no activity. 当前Pull Request 60天内无活动,被标记为stale。 |
|
This Pull Request is stale because it has been open for 60 days with no activity. 当前Pull Request 60天内无活动,被标记为stale。 |
This Pull Request is stale because it has been open for 60 days with no activity. 当前Pull Request 60天内无活动,被标记为stale。 |
PR types
Others
PR changes
Others
Description
Sequence Parallel逐位对齐代码。LLaMA 规模缩减到1层,mp_degree = 2,第一个step,动手SP与动半SP能够逐位对齐(前向每层输出和反向params.grad)。基于PR 7609