Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghh04 committed Oct 14, 2024
1 parent 3dcb297 commit 43fc2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megatron/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ def _add_data_args(parser):
group.add_argument('--data-file-list', type=str, default=None,
help='The file with the list of dataset and weights')

group.add_argument('--shuffle-sample', action='stored_true', help="Whether to shuffle the samples within in the dataset files")
group.add_argument('--shuffle-sample', action='store_true', help="Whether to shuffle the samples within in the dataset files")

group.add_argument('--split', type=str, default='969, 30, 1',
help='Comma-separated list of proportions for training,'
Expand Down

0 comments on commit 43fc2fe

Please sign in to comment.