Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
504db92e
Unverified
Commit
504db92e
authored
Nov 04, 2022
by
Christopher Akiki
Committed by
GitHub
Nov 04, 2022
Browse files
Update hub.py (#20075)
parent
4b86e446
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transformers/utils/hub.py
src/transformers/utils/hub.py
+1
-1
No files found.
src/transformers/utils/hub.py
View file @
504db92e
...
...
@@ -734,7 +734,7 @@ class PushToHubMixin:
commit_message (`str`, *optional*):
Message to commit while pushing. Will default to `"Upload {object}"`.
private (`bool`, *optional*):
Whether or not the repository created should be private
(requires a paying subscription)
.
Whether or not the repository created should be private.
use_auth_token (`bool` or `str`, *optional*):
The token to use as HTTP bearer authorization for remote files. If `True`, will use the token generated
when running `huggingface-cli login` (stored in `~/.huggingface`). Will default to `True` if `repo_url`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment