We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1f9ee commit 344e49eCopy full SHA for 344e49e
src/transformers/utils/hub.py
@@ -831,7 +831,7 @@ def push_to_hub(
831
ignore_metadata_errors = deprecated_kwargs.pop("ignore_metadata_errors", False)
832
save_raw_chat_template = deprecated_kwargs.pop(
833
"save_raw_chat_template", None
834
- ) # Temporary and only for testing
+ ) # TODO: This is only used for testing and should be removed once save_raw_chat_template becomes the default
835
if use_auth_token is not None:
836
warnings.warn(
837
"The `use_auth_token` argument is deprecated and will be removed in v5 of Transformers. Please use `token` instead.",
0 commit comments