Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
aspfohl committed Jan 10, 2024
1 parent 8f81a3c commit f16e9da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llmfoundry/callbacks/hf_checkpointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def __init__(
self.huggingface_folder_name_fstr = os.path.join(
'huggingface', huggingface_folder_name)

self.save_interval: Time = Time.from_input(save_interval, TimeUnit.EPOCH)
self.save_interval: Time = Time.from_input(save_interval,
TimeUnit.EPOCH)
self.check_interval = create_interval_scheduler(
self.save_interval, include_end_of_training=True)
self.remote_ud = maybe_create_remote_uploader_downloader_from_uri(
Expand Down

0 comments on commit f16e9da

Please sign in to comment.