[GH-ISSUE #11654] Request a function to pull a model #33463

Closed
opened 2026-04-22 16:09:02 -05:00 by GiteaMirror · 7 comments
Owner

Originally created by @Czj1997-02 on GitHub (Aug 4, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11654

Some models cannot be found on Ollama. If you download them from Huggingface and then use tools to convert them into corresponding files for import, one is cumbersome to operate, and the other is limited by the network.
Can you request a feature for directly using huggingface https://modelscope.cn/home Websites like this can directly import external models through a unified model download address

Originally created by @Czj1997-02 on GitHub (Aug 4, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11654 Some models cannot be found on Ollama. If you download them from Huggingface and then use tools to convert them into corresponding files for import, one is cumbersome to operate, and the other is limited by the network. Can you request a feature for directly using huggingface https://modelscope.cn/home Websites like this can directly import external models through a unified model download address
GiteaMirror added the feature request label 2026-04-22 16:09:02 -05:00
Author
Owner

@rick-github commented on GitHub (Aug 4, 2025):

HuggingFace models that work with ollama have a "Use this model" drop-down that shows the ollama command required to import the model with a single command.

https://huggingface.co/docs/hub/en/ollama

<!-- gh-comment-id:3149124780 --> @rick-github commented on GitHub (Aug 4, 2025): HuggingFace models that work with ollama have a "Use this model" drop-down that shows the ollama command required to import the model with a single command. https://huggingface.co/docs/hub/en/ollama
Author
Owner

@rrtt217 commented on GitHub (Aug 4, 2025):

For modelscope, commands like ollama pull modelscope.cn/{username}/{repository}:{quantization} would just work like huggingface as well.

<!-- gh-comment-id:3150571220 --> @rrtt217 commented on GitHub (Aug 4, 2025): For modelscope, commands like `ollama pull modelscope.cn/{username}/{repository}:{quantization}` would just work like huggingface as well.
Author
Owner

@Czj1997-02 commented on GitHub (Aug 5, 2025):

Error: max retries exceeded: Get "https://huggingface.co/v2/mradermacher/Babel-9B-GGUF/blobs/sha256:062801658b62cfe32d337a6344d086e8ea9eb619ef237f8769f30cbc7f94f188?__sign=eyJhbGciOiJFZERTQSJ9.eyJyZWFkIjp0cnVlLCJwZXJtaXNzaW9ucyI6eyJyZXBvLmNvbnRlbnQucmVhZCI6dHJ1ZX0sImlhdCI6MTc1NDM2NDk3NCwic3ViIjoiL21yYWRlcm1hY2hlci9CYWJlbC05Qi1HR1VGIiwiZXhwIjoxNzU0MzY1NTc0LCJpc3MiOiJodHRwczovL2h1Z2dpbmdmYWNlLmNvIn0.8eHGgkL0n0Zc2R_U_E7CYrlWB1rZp2zKJ7wUsu5NGK56nN3gu435zd0MsrvecRH1qzqWxJQRDZqlJHtplov0AQ": tls: failed to verify certificate: x509: certificate is valid for *.facebook.com, *.facebook.net, *.fbcdn.net, *.fbsbx.com, *.m.facebook.com, *.messenger.com, *.xx.fbcdn.net, *.xy.fbcdn.net, *.xz.fbcdn.net, facebook.com, messenger.com, not huggingface.co

<!-- gh-comment-id:3153191443 --> @Czj1997-02 commented on GitHub (Aug 5, 2025): Error: max retries exceeded: Get "https://huggingface.co/v2/mradermacher/Babel-9B-GGUF/blobs/sha256:062801658b62cfe32d337a6344d086e8ea9eb619ef237f8769f30cbc7f94f188?__sign=eyJhbGciOiJFZERTQSJ9.eyJyZWFkIjp0cnVlLCJwZXJtaXNzaW9ucyI6eyJyZXBvLmNvbnRlbnQucmVhZCI6dHJ1ZX0sImlhdCI6MTc1NDM2NDk3NCwic3ViIjoiL21yYWRlcm1hY2hlci9CYWJlbC05Qi1HR1VGIiwiZXhwIjoxNzU0MzY1NTc0LCJpc3MiOiJodHRwczovL2h1Z2dpbmdmYWNlLmNvIn0.8eHGgkL0n0Zc2R_U_E7CYrlWB1rZp2zKJ7wUsu5NGK56nN3gu435zd0MsrvecRH1qzqWxJQRDZqlJHtplov0AQ": tls: failed to verify certificate: x509: certificate is valid for *.facebook.com, *.facebook.net, *.fbcdn.net, *.fbsbx.com, *.m.facebook.com, *.messenger.com, *.xx.fbcdn.net, *.xy.fbcdn.net, *.xz.fbcdn.net, facebook.com, messenger.com, not huggingface.co
Author
Owner

@Czj1997-02 commented on GitHub (Aug 5, 2025):

ollama pull modelscope.cn/DAMO_Academy/Babel-9B:F16
Error: pull model manifest: 400: The specified GGUF file does not exist.

<!-- gh-comment-id:3153202631 --> @Czj1997-02 commented on GitHub (Aug 5, 2025): ollama pull modelscope.cn/DAMO_Academy/Babel-9B:F16 Error: pull model manifest: 400: The specified GGUF file does not exist.
Author
Owner

@rick-github commented on GitHub (Aug 5, 2025):

Proxy problem.

<!-- gh-comment-id:3153204199 --> @rick-github commented on GitHub (Aug 5, 2025): Proxy problem.
Author
Owner

@Czj1997-02 commented on GitHub (Aug 5, 2025):

Thank u, I'll try again later

<!-- gh-comment-id:3153214247 --> @Czj1997-02 commented on GitHub (Aug 5, 2025): Thank u, I'll try again later
Author
Owner

@rick-github commented on GitHub (Aug 5, 2025):

DAMO_Academy/Babel-9B is safetensor format.

<!-- gh-comment-id:3153227216 --> @rick-github commented on GitHub (Aug 5, 2025): DAMO_Academy/Babel-9B is safetensor format.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#33463