Skip to content
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

Closed
laurens-gs opened this issue Oct 24, 2023 · 5 comments
Closed

Host model weights on Huggingface #45

laurens-gs opened this issue Oct 24, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@laurens-gs
Copy link

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.

@NirantK NirantK added the enhancement New feature or request label Oct 30, 2023
@NirantK
Copy link
Contributor

NirantK commented Oct 30, 2023

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.

@earonesty
Copy link

earonesty commented Oct 30, 2023

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?

@NirantK
Copy link
Contributor

NirantK commented Oct 30, 2023

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.

@generall
Copy link
Member

generall commented Jan 5, 2024

related issue: #81

@NirantK
Copy link
Contributor

NirantK commented Feb 21, 2024

Fixed with #94

@NirantK NirantK closed this as completed Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants