Skip to content

Commit

Permalink
Consistent Naming EnviromentLoggingCallback (#1470)
Browse files Browse the repository at this point in the history
  • Loading branch information
josejg authored Aug 20, 2024
1 parent 6dd04a0 commit da62c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/callbacks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
callbacks.register('mbmoe_tok_per_expert', func=MegaBlocksMoE_TokPerExpert)
callbacks.register('run_timeout', func=RunTimeoutCallback)
callbacks.register('loss_perp_v_len', func=LossPerpVsContextLengthLogger)
callbacks.register('env_logger', func=EnvironmentLoggingCallback)
callbacks.register('env_logging', func=EnvironmentLoggingCallback)

callbacks_with_config.register('async_eval', func=AsyncEval)
callbacks_with_config.register('curriculum_learning', func=CurriculumLearning)
Expand Down

0 comments on commit da62c28

Please sign in to comment.