Skip to content

Commit

Permalink
moved esm2 scheduler into llm
Browse files Browse the repository at this point in the history
  • Loading branch information
skothenhill-nv committed Nov 5, 2024
1 parent bfcb2c9 commit 79381a9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sub-packages/bionemo-llm/src/bionemo/llm/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,6 @@ def setup_trainer(
)
)

# TODO set these as flags, the following are needed:
"""
nsys_profiling (bool)
nsys_start_step (int) when to start profiling
nsys_end_step (int) when to stop profiling
nsys_ranks (List[int]) which ranks to profile.
"""
if nsys_config:
if nsys_config.end_step is None:
nsys_config.end_step = training_config.max_steps
Expand Down

0 comments on commit 79381a9

Please sign in to comment.