patch: Fix CLI option for generating vocab tests

This commit is contained in:
teleprint-me 2024-05-18 23:59:22 -04:00
parent da5deebda1
commit 316b404d94
No known key found for this signature in database
GPG key ID: B0D11345E65C4D48

View file

@ -177,7 +177,7 @@ def main():
hf_vocab_req.generate_checksums()
hf_vocab_req.log_pre_tokenizer_info()
if args.gen_tests:
if args.gen_vocab_tests:
test_pre_tok(hf_vocab_req)
if args.gen_vocab_script: