Skip to content

Commit

Permalink
a hacky fix for UCObjectStore?
Browse files Browse the repository at this point in the history
  • Loading branch information
wenfeiy-db committed Nov 8, 2023
1 parent c1a80e6 commit d97e4af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llmfoundry/callbacks/hf_checkpointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def __init__(
if self.upload_to_object_store:
self.remote_ud = RemoteUploaderDownloader(
bucket_uri=f'{self.backend}://{self.bucket_name}',
backend_kwargs={'path': self.save_dir_format_str},
num_concurrent_uploads=4)
else:
self.remote_ud = None
Expand Down

0 comments on commit d97e4af

Please sign in to comment.