Skip to content

Commit 3ba61e0

Browse files
committed
Fix invalid argument failing tests on main
1 parent 03b6d31 commit 3ba61e0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

megatron/training/arguments.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,12 +1156,6 @@ def validate_args(args, defaults={}):
11561156
'Disabling --async-save.'
11571157
)
11581158
args.async_save = False
1159-
elif args.dist_ckpt_workers > 1 and args.rank == 0:
1160-
print(
1161-
'Warning: async ckpt forks processes for parallel writing which may introduce '
1162-
'instability on checkpoints. Consider using --dist-ckpt-workers=1 in case of '
1163-
'issues.'
1164-
)
11651159

11661160
# Inference args
11671161
if args.inference_batch_times_seqlen_threshold > -1:

0 commit comments

Comments
 (0)