Skip to content

Commit

Permalink
Update generate_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Sep 19, 2023
1 parent 5b79108 commit dc0e881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/generate_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ def generate_tokenizer_tests():

results = {}

tokenizers_to_test = FLATTENED_SUPPORTED_MODELS
tokenizers_to_test += list(ADDITIONAL_TOKENIZERS_TO_TEST.items())
tokenizers_to_test = FLATTENED_SUPPORTED_MODELS + \
list(ADDITIONAL_TOKENIZERS_TO_TEST.items())

for model_type, tokenizer_names in tokenizers_to_test:
if model_type in MODELS_TO_IGNORE:
Expand Down

0 comments on commit dc0e881

Please sign in to comment.