Skip to content

Commit

Permalink
remain
Browse files Browse the repository at this point in the history
  • Loading branch information
SangbumChoi committed Jul 24, 2024
1 parent 5d6a088 commit d5b13d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/transformers/processing_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -994,4 +994,5 @@ def apply_chat_template(
ProcessorMixin.push_to_hub = copy_func(ProcessorMixin.push_to_hub)
if ProcessorMixin.push_to_hub.__doc__ is not None:
ProcessorMixin.push_to_hub.__doc__ = ProcessorMixin.push_to_hub.__doc__.format(
object="processor", object_class="AutoProcessor", object_
object="processor", object_class="AutoProcessor", object_files="processor files"
)

0 comments on commit d5b13d2

Please sign in to comment.