Skip to content

Commit

Permalink
add pre-emption callback to esm2 train
Browse files Browse the repository at this point in the history
  • Loading branch information
pstjohn committed Nov 14, 2024
1 parent 78d9a2e commit d9177e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ def main(
PerplexityLoggingCallback(log_train=False, log_val=True),
RichModelSummary(max_depth=4),
LearningRateMonitor(),
nl_callbacks.PreemptionCallback(),
]
if nsys_profiling:
if nsys_end_step is None:
Expand Down

0 comments on commit d9177e0

Please sign in to comment.