Skip to content

Commit 0a09609

Browse files
committed
Fix ruff format issues
Signed-off-by: John St John <jstjohn@nvidia.com>
1 parent e80f6f4 commit 0a09609

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sub-packages/bionemo-llm/src/bionemo/llm/utils/callbacks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def data_parallel_rank(self) -> int:
8989
@property
9090
def should_write_predictions(self) -> bool:
9191
"""Returns the context parallel rank."""
92-
9392
# TODO: handle expert parallelism and other kinds of parallelism
9493
return self.save_all_model_parallel_ranks or (
9594
parallel_state.is_pipeline_last_stage()

0 commit comments

Comments
 (0)