-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Add cp tools for fleet cp #3089
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
|
Wennie396 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
Thanks for your contribution! |
| self.mp_rank = self._hcg.get_model_parallel_rank() | ||
| self.mp_src_rank = self._hcg.get_model_parallel_group_src_rank() | ||
|
|
||
| if hasattr(self._hcg, "get_context_parallel_world_size") and self._hcg.get_context_parallel_world_size() > 1: |
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.
CP相关的修改是否会对旗舰库有影响
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.
CLA需要签一下
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.
旗舰库这里需要做一些适配才可以用,直接使用会有问题,这里可以后续再适配
|
/re-run all-failed |
lugimzzz
left a comment
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
Others
Description
PaddleFleet GPTModel加入cp功能的组件