From a6ff5383a86e4c5b373f39c0fbba15dd28d29716 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 5 Nov 2024 18:31:45 +0000 Subject: [PATCH] Fix error --- src/transformers/processing_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transformers/processing_utils.py b/src/transformers/processing_utils.py index bc8658064b143f..c2646300367033 100644 --- a/src/transformers/processing_utils.py +++ b/src/transformers/processing_utils.py @@ -721,7 +721,7 @@ def get_processor_dict( if "chat_template" in processor_dict and processor_dict["chat_template"] is not None: logger.warning_once( - "Chat templates should be in a 'processor_chat_template.jinja' file but found key='chat_template' " + "Chat templates should be in a 'chat_template.jinja' file but found key='chat_template' " "in the processor's config. Make sure to move your template to its own file." )