diff --git a/src/transformers/processing_utils.py b/src/transformers/processing_utils.py index 745f3dbef6b8db..74d7efbfb7c5cf 100644 --- a/src/transformers/processing_utils.py +++ b/src/transformers/processing_utils.py @@ -495,7 +495,7 @@ def save_pretrained(self, save_directory, push_to_hub: bool = False, **kwargs): del attribute.init_kwargs["auto_map"] # If we save using the predefined names, we can load using `from_pretrained` - # plus we save chat_template in itw own file + # plus we save chat_template in its own file output_processor_file = os.path.join(save_directory, PROCESSOR_NAME) output_chat_template_file = os.path.join(save_directory, CHAT_TEMPLATE_NAME)