Skip to content

Commit

Permalink
bugfix for mp accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
JZ-LIANG committed Aug 31, 2021
1 parent 572bad8 commit 838a409
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _init_process_group(self):
collective_helper._init_communicator(
self.startup_program, self.current_endpoint, self.mp_endpoints,
self.mp_rank, self.mp_ring_id, True, self.global_ring_id, True)
#self._broadcast_params(self.mp_ring_id, mp_mode=True)
self._broadcast_params(self.mp_ring_id, mp_mode=True)

# Create dp rings
if self.nranks > self.mp_degree:
Expand Down

1 comment on commit 838a409

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.