You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got various errors uploading my models to huggingface_hub (didn't include this as a bug report as even the proposed commit that should have fixed my issue worked in my particular context), all related to the Repository object. This class seems to be deprecated.
As mentioned before, there should have been a fix in the huggingface_hub repository (this fix is not yet published to pipy: huggingface/huggingface_hub#2320)
🚀 Feature
I got various errors uploading my models to huggingface_hub (didn't include this as a bug report as even the proposed commit that should have fixed my issue worked in my particular context), all related to the Repository object. This class seems to be deprecated.
Motivation
The use of the use of Repository should be replaced by using the HfApi object (https://huggingface.co/docs/huggingface_hub/concepts/git_vs_http).
Pitch
No response
Alternatives
As mentioned before, there should have been a fix in the huggingface_hub repository (this fix is not yet published to pipy: huggingface/huggingface_hub#2320)
Additional context
Already fixed in PR #462 😄
Checklist
The text was updated successfully, but these errors were encountered: