Skip to content

Commit 3e43712

Browse files
authored
Update __main__.py
Leave well enough alone
1 parent b1ca472 commit 3e43712

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sparsify/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def run():
151151
# Increase the default timeout in order to account for slow downloads
152152
# and data preprocessing on the main rank
153153
dist.init_process_group(
154-
"nccl", device_id=torch.device(rank), timeout=timedelta(minutes=20)
154+
"nccl", device_id=torch.device(rank), timeout=timedelta(weeks=1)
155155
)
156156

157157
if rank == 0:

0 commit comments

Comments
 (0)