Skip to content

Commit

Permalink
added docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jjanezhang committed Jun 24, 2024
1 parent b43742b commit 03de031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llmfoundry/utils/mosaicml_logger_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def maybe_create_mosaicml_logger() -> Optional[MosaicMLLogger]:


def no_override_excepthook() -> bool:
"""Returns True if the excepthook flag is off. This means we are not automatically catching exceptions for MosaicMl runs."""
return os.environ.get(
'OVERRIDE_EXCEPTHOOK',
'false',
Expand Down

0 comments on commit 03de031

Please sign in to comment.