Skip to content

Commit d4bba4a

Browse files
committed
make fixup
1 parent 12cc313 commit d4bba4a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/transformers/tokenization_utils_base.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,10 +2025,10 @@ def from_pretrained(
20252025
)
20262026
else:
20272027
for template in list_repo_templates(
2028-
pretrained_model_name_or_path,
2029-
local_files_only=local_files_only,
2030-
revision=revision,
2031-
cache_dir=cache_dir,
2028+
pretrained_model_name_or_path,
2029+
local_files_only=local_files_only,
2030+
revision=revision,
2031+
cache_dir=cache_dir,
20322032
):
20332033
vocab_files[f"chat_template_{template}"] = f"{CHAT_TEMPLATE_DIR}/{template}.jinja"
20342034

0 commit comments

Comments
 (0)