Skip to content

Commit

Permalink
replace group
Browse files Browse the repository at this point in the history
  • Loading branch information
grimoire committed Jan 24, 2025
1 parent ada2cc3 commit 713aad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmdeploy/pytorch/engine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ def _finally_rank0(self):
else:
# broadcast exit signal.
try:
broadcast_inputs(0, [None, None, None], group=self.dist_ctx.world_cpu_group)
broadcast_inputs(0, [None, None, None], group=self.dist_ctx.tp_cpu_group)
except Exception:
logger.warning('Can not broadcast exit signal.')

Expand Down

0 comments on commit 713aad5

Please sign in to comment.