Skip to content

Commit

Permalink
Remove commented out log_dist
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams committed Jan 14, 2025
1 parent fd5deed commit a3b1929
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deepspeed/runtime/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,6 @@ def _configure_optimizer(self, client_optimizer, model_parameters):
self._check_for_duplicates(basic_optimizer)

self.basic_optimizer = basic_optimizer
#log_dist("Basic Optimizer = {}".format(basic_optimizer.__class__.__name__), ranks=[0])
provider_name = type(basic_optimizer).__module__.split('.')[0]
optimizer_name = basic_optimizer.__class__.__name__

Expand Down

0 comments on commit a3b1929

Please sign in to comment.