mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Update hub.py (#20075)
This commit is contained in:
parent
4b86e44693
commit
504db92e7d
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user