chore: remove redundant function

This commit is contained in:
NanoCode012
2024-10-10 16:15:15 +07:00
parent b8056d04d9
commit f61e2fc7dc
5 changed files with 21 additions and 39 deletions

View File

@@ -764,7 +764,7 @@ class TestAssistantChatTemplateLlama3:
strategy = ChatTemplateStrategy(
ChatTemplatePrompter(
phi35_tokenizer,
chat_template=chat_templates("phi_35"),
chat_template=get_chat_template("phi_35"),
message_field_role="role",
message_field_content="content",
roles={