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

Hosting the ggml models in the cloud #6

Closed
ggerganov opened this issue Sep 30, 2022 · 2 comments
Closed

Hosting the ggml models in the cloud #6

ggerganov opened this issue Sep 30, 2022 · 2 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@ggerganov
Copy link
Owner

Currently, I am hosting the ggml Whisper model files on my Linode server.
However, it has a limited network bandwidth per month and as more people start using whisper.cpp it won't be enough.

What are some good options for hosting ~10GB of data?

The only requirement is to be able to wget/curl the files directly - i.e. Google Drive and alike are not an option.

@ggerganov ggerganov added help wanted Extra attention is needed question Further information is requested labels Sep 30, 2022
@ArtyomZemlyak
Copy link

ArtyomZemlyak commented Sep 30, 2022

I think you can try huggingface.
Its just a good tool for models sharing. For example i tried load tiny model.

And you can load models as you want:

wget https://huggingface.co/artzemliak/whisper-tiny-test-for-load/resolve/main/tiny.pt

Or clone repo with LFS support.

@ggerganov
Copy link
Owner Author

Perfect! This is exactly what I was looking for!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants