Skip to content

Commit 60a80e8

Browse files
author
Jeffrey
committed
0 sleep for initial sync
1 parent d17d3c8 commit 60a80e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

open_lm/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,9 +425,9 @@ def main(args):
425425
# start the sync proces if remote-sync is not None
426426
remote_sync_process = None
427427
if is_master(args) and args.remote_sync is not None:
428-
# first make sure it works
428+
# first make sure it works: here, remote_sync_frequency is set to 0 for this initial test
429429
result = remote_sync_with_expon_backoff(
430-
args.remote_sync_frequency,
430+
0,
431431
os.path.join(args.logs, args.name),
432432
os.path.join(args.remote_sync, args.name),
433433
args.remote_sync_protocol,

0 commit comments

Comments
 (0)