We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17d3c8 commit 60a80e8Copy full SHA for 60a80e8
open_lm/main.py
@@ -425,9 +425,9 @@ def main(args):
425
# start the sync proces if remote-sync is not None
426
remote_sync_process = None
427
if is_master(args) and args.remote_sync is not None:
428
- # first make sure it works
+ # first make sure it works: here, remote_sync_frequency is set to 0 for this initial test
429
result = remote_sync_with_expon_backoff(
430
- args.remote_sync_frequency,
+ 0,
431
os.path.join(args.logs, args.name),
432
os.path.join(args.remote_sync, args.name),
433
args.remote_sync_protocol,
0 commit comments