Skip to content

Commit

Permalink
Update tokenizer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswdelancey authored May 31, 2024
1 parent 857df09 commit afa919b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ def export(self):
if __name__ == "__main__":
parser = argparse.ArgumentParser()
parser.add_argument("-t", "--tokenizer-model", type=str, help="optional path to custom tokenizer ")
"-t", "--tokenizer-model", type=str, help="optional path to custom tokenizer "
)

args = parser.parse_args()

t = Tokenizer(args.tokenizer_model)
Expand Down

0 comments on commit afa919b

Please sign in to comment.