-
Notifications
You must be signed in to change notification settings - Fork 6.5k
No more use_auth_token=True #733
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
patil-suraj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot ! We should also remove this from the textutal_inversion and dreambooth PR
pcuenca
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
| <Tip> | ||
| Passing `use_auth_token=True` is required when you want to use a private model. | ||
| Passing `` is required when you want to use a private model. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Passing `` is required when you want to use a private model. | |
| You may pass a token in `use_auth_token` if you are not logged in (`huggingface-cli long`) and | |
| want to use private or [gated models](https://huggingface.co/docs/hub/models-gated#gated-models). |
| <Tip> | ||
| Passing `use_auth_token=True` is required when you want to use a private model. | ||
| Passing `` is required when you want to use a private model. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Passing `` is required when you want to use a private model. | |
| You may pass a token in `use_auth_token` if you are not logged in (`huggingface-cli long`) and | |
| want to use private or [gated models](https://huggingface.co/docs/hub/models-gated#gated-models). |
This was part of #733, I was too slow to review :)
Replace message with empty backquotes. This was part of #733, I was too slow to review :)
* up * uP * uP * make style * Apply suggestions from code review * up * finish
Replace message with empty backquotes. This was part of huggingface#733, I was too slow to review :)
* up * uP * uP * make style * Apply suggestions from code review * up * finish
Replace message with empty backquotes. This was part of huggingface#733, I was too slow to review :)
Checklist
huggingface_hubto0.10.0use_auth_token=True.use_auth_token=use_auth_tokenwas kept since people might want to not be logged in and pass specific tokensTODO until release