Skip to content

Commit

Permalink
make fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocketknight1 committed Oct 7, 2024
1 parent 04ee336 commit 020e346
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transformers/tokenization_utils_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2446,7 +2446,6 @@ def _from_pretrained(
if key != "additional_special_tokens":
init_kwargs[key] = added_tokens_map.get(str(init_kwargs[key]), init_kwargs[key])


# Instantiate the tokenizer.
try:
tokenizer = cls(*init_inputs, **init_kwargs)
Expand Down

0 comments on commit 020e346

Please sign in to comment.