Skip to content

Commit

Permalink
Update hivemind/optim/experimental/state_averager.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Borzunov <[email protected]>
  • Loading branch information
justheuristic and borzunov authored Nov 15, 2021
1 parent 7074785 commit 0ee16c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hivemind/optim/experimental/state_averager.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def load_state_from_peers(self, **kwargs):
try:
load_optimizer_state(self.optimizer, metadata["optimizer_metadata"], loaded_opt_tensors)
except StopIteration:
logger.error("Failed to load state from peer, received inconsistent number of optimizer statistics.")
logger.warning("Failed to load state from peer, received inconsistent number of optimizer statistics")
return

with torch.no_grad():
Expand Down

0 comments on commit 0ee16c8

Please sign in to comment.