mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
Update modeling_tf_utils.py (#20076)
This commit is contained in:
parent
d68c46026b
commit
4b86e44693
@ -2818,7 +2818,7 @@ class TFPreTrainedModel(tf.keras.Model, TFModelUtilsMixin, TFGenerationMixin, Pu
|
||||
commit_message (`str`, *optional*):
|
||||
Message to commit while pushing. Will default to `"Upload model"`.
|
||||
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