Skip to content

Commit

Permalink
support LoopedBFS
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaAndroid committed Jan 2, 2025
1 parent 869c8eb commit 48d628f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fsdp_sft.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def parse_args():
model_args.add_argument('--pp-size', type=int, default=1, help='')
model_args.add_argument('--pp-mb', type=int, default=-1, help='')
model_args.add_argument('--pp-schedule', type=str, default='GPipe',
choices=['GPipe', '1F1B', 'Interleaved1F1B'],
choices=['GPipe', '1F1B', 'Interleaved1F1B', 'LoopedBFS'],
help='')

data_args = parser.add_argument_group('data', 'Dataset Related Settings')
Expand Down

0 comments on commit 48d628f

Please sign in to comment.