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 f9ecaf2 commit 0473ebbCopy full SHA for 0473ebb
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