Skip to content

Commit

Permalink
Fix CPU dailies (#3628)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Sep 23, 2024
1 parent 80191b8 commit d2e1d5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/callbacks/callback_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@
NeptuneLogger: {
'mode': 'debug',
},
WandBLogger: {
'init_kwargs': {
'mode': 'offline',
},
},
composer.profiler.Profiler: {
'trace_handlers': [MagicMock()],
'schedule': composer.profiler.cyclic_schedule(),
Expand Down

0 comments on commit d2e1d5e

Please sign in to comment.