Skip to content

Commit

Permalink
fixed extra line in init
Browse files Browse the repository at this point in the history
  • Loading branch information
JackZ-db committed Jun 18, 2024
1 parent 0f20df2 commit a8c15ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llmfoundry/callbacks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
'AsyncEval',
'CurriculumLearning',
'LossPerpVsContextLengthLogger',
]
]
2 changes: 1 addition & 1 deletion tests/callbacks/test_system_metrics_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ def test_system_metrics_monitor_callback_builds():
kwargs={},
train_config={'train_loader': {}},
)
assert isinstance(callback, SystemMetricsMonitor)
assert isinstance(callback, SystemMetricsMonitor)

0 comments on commit a8c15ee

Please sign in to comment.