Skip to content

Commit

Permalink
skip assigning Metric.process_group
Browse files Browse the repository at this point in the history
  • Loading branch information
sichu2023 committed Jan 16, 2025
1 parent 1c7f9a9 commit 070d57e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sub-packages/bionemo-llm/src/bionemo/llm/lightning.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,6 @@ def configure_model(self) -> None:

# configure logger
self.set_logging_group()
if self.train_ppl is not None:
self.train_ppl.process_group = self.logging_group
if self.valid_ppl is not None:
self.valid_ppl.process_group = self.logging_group

def is_on_logging_device(self):
return parallel_state.is_pipeline_last_stage() and parallel_state.get_tensor_model_parallel_rank() == 0
Expand Down

0 comments on commit 070d57e

Please sign in to comment.