-
Notifications
You must be signed in to change notification settings - Fork 11
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
How to load convnext model using local bin file #7
Comments
I have the same problem |
1 similar comment
I have the same problem |
Download the weights from here, then change the name |
This is because your network cannot connect to the huggingface server. As far as I know, even loading weights locally may still require access to the huggingface server. I recommend you to use a VPN such as pigcha. |
which model/weights should we download exactly?because there are so many choices. |
Hello, thanks for your work.
But I would like to ask if I want the convnext model to use local files instead of downloading them every time. How should this be done? I tried modifying the code, but to no avail.
Could you please give me some guidance? Thank you very much.
The text was updated successfully, but these errors were encountered: