Skip to content

Commit

Permalink
Merge pull request EleutherAI#993 from mayankjobanputra/patch-1
Browse files Browse the repository at this point in the history
default tokenizer_type should be string
  • Loading branch information
StellaAthena authored Jul 8, 2023
2 parents 700219b + 90df174 commit 303d7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion megatron/tokenizer/train_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def parse_args():
type=str,
help="type of tokenizer to train, currently only BPE is supported",
choices=["BPE"],
default=["BPE"],
default="BPE",
)
parser.add_argument(
"-v",
Expand Down

0 comments on commit 303d7be

Please sign in to comment.