Skip to content

Commit

Permalink
Apply isort and black reformatting
Browse files Browse the repository at this point in the history
Signed-off-by: ShriyaPalsamudram <[email protected]>
  • Loading branch information
ShriyaPalsamudram committed Nov 13, 2024
1 parent 3e34a5e commit 38fce0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/collections/llm/test_fault_nvrx.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def main():
run_plugins: list[run.Plugin] = [FaultTolerancePlugin(num_in_process_restarts=1, num_job_retries_on_failure=0)]
pretrain_recipe.trainer.callbacks = [
run.Config(TimingCallback),
straggler_det_callback(straggler_report_time_interval=0.5)
straggler_det_callback(straggler_report_time_interval=0.5),
]

if args.crash_step:
Expand Down

0 comments on commit 38fce0d

Please sign in to comment.