Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Javier <[email protected]>
  • Loading branch information
dakinggg and josejg authored Aug 2, 2024
1 parent b244deb commit 5a477c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ dependencies = [
]

# Note: Even though in python code, this would be llmfoundry.registry.loggers,
# when specified in the entry_points, it should be "llmfoundry_loggers". That is,
# when specified in the entry_points, it has to be "llmfoundry_loggers". That is,
# the segments of the name should be joined by an _ in the entry_points section.
[project.entry-points."llmfoundry_loggers"]
my_logger = "foundry_registry.loggers:MyLogger"
Expand Down

0 comments on commit 5a477c6

Please sign in to comment.