Skip to content

Commit

Permalink
Update registry.py (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 authored Jul 3, 2024
1 parent 199c3b9 commit 1641b21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llmfoundry/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"""
)
callbacks_with_config = create_registry(
'llm_foundry.callbacks_with_config',
'llmfoundry',
'callbacks_with_config',
generic_type=Type[CallbackWithConfig],
entry_points=True,
description=_callbacks_with_config_description,
Expand Down

0 comments on commit 1641b21

Please sign in to comment.