Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
bigning committed Jun 14, 2024
1 parent ca46b4f commit 4f3108c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer/callbacks/checkpoint_saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def __init__(
weights_only: bool = False,
ignore_keys: Optional[Union[list[str], Callable[[dict], None]]] = None,
save_folder: str = '',
num_concurrent_uploads: int = 2,
num_concurrent_uploads: int = 1,
):
folder = str(folder)
filename = str(filename)
Expand Down

0 comments on commit 4f3108c

Please sign in to comment.