-
Notifications
You must be signed in to change notification settings - Fork 118
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
Host model weights on Huggingface #45
Comments
Thanks for the detailed note @laurens-gs, will look into this! Will treat this as a new feature since this involves maintaining backward compatibility for existing users who might be using Google Cloud downloads right now. |
technically its pretty easy to just download the model weights and re-upload them to hugging face, license permitting, right? is there anything stopping me from doing that now? |
Yeah, nothing stops you from doing so! If you do decide to do so, please let us know where you push them, will take it forward from there. |
related issue: #81 |
Fixed with #94 |
Big organizations put up firewalls that make it impossible to download model weights. It is unlikely that large organizations have the capacity to whitelist every single source for model weights for every derivative package. However a blanket-approval is often granted for huggingface (via proxies that do malware scanning and license checks).
So my ask is; would it be possible to use huggingface as a host? It doesn't need to be the primary host. But for poor folks behind corporate firewalls having a secondary host on huggingface might just save them tons of bureaucracy. It will definitely help with adoption, as otherwise I'd be forced to stick with (sentence-)transformers.
The text was updated successfully, but these errors were encountered: