Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel King <[email protected]>
  • Loading branch information
irenedea and dakinggg authored Apr 2, 2024
1 parent d4d6107 commit fbdbadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/callbacks/hf_checkpointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def run_event(self, event: Event, state: State, logger: Logger) -> None:
wait_time = time.time() - wait_start
if wait_time > timeout:
raise TimeoutError(
f'Waited {wait_time} seconds for child processes to complete. Exceed timeout of {timeout} seconds.'
f'Waited {wait_time} seconds for child processes to complete. Exceeded timeout of {timeout} seconds.'
)
time.sleep(2)

Expand Down

0 comments on commit fbdbadb

Please sign in to comment.