You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[0.9.1][Dist][Bugfix] Fix mc2 process group to resolve self.cpu_group is None (#1831)
### What this PR does / why we need it?
This pr fixes the bug, which throw an error `self.cpu_group is None`.
This is mainly caused by the wrong group ranks of process groups
maintained in vllm-ascend. We need to take external dp size into account
to ensure it work fine with `external_launch` mode.
Related fixes: #1396#1154
Signed-off-by: MengqingCao <cmq0113@163.com>
0 commit comments