[GH-ISSUE #3811] How to add a new model to Ollama? Such as Qwen1.5-14B, Qwen1.5-72B, etc., such as the open source LLM model on this site #28114

Closed
opened 2026-04-22 05:56:32 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @jieguolove on GitHub (Apr 22, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/3811

The currently supported models are as follows:
image
Can we add the new model to Ollama ourselves? How to add a new model to Ollama? Such as Qwen1.5-14B, Qwen1.5-72B, etc., such as the open source LLM model on this site
https://modelscope.cn/topic/dfefe5be778b49fba8c44646023b57ba/pub/summary
Thank you!

Originally created by @jieguolove on GitHub (Apr 22, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/3811 The currently supported models are as follows: ![image](https://github.com/ollama/ollama/assets/96612712/33f8a07a-434d-411f-bbe2-fa8896bf357b) Can we add the new model to Ollama ourselves? How to add a new model to Ollama? Such as Qwen1.5-14B, Qwen1.5-72B, etc., such as the open source LLM model on this site [https://modelscope.cn/topic/dfefe5be778b49fba8c44646023b57ba/pub/summary](url) Thank you!
GiteaMirror added the model label 2026-04-22 05:56:32 -05:00
Author
Owner

@thinkverse commented on GitHub (Apr 22, 2024):

Yes, you can add your own models or open-source models, as long as the architecture is supported by Ollama and llama.cpp and the model creator allows it. Ollama has a guide written on how to import models.

You can even publish your model back to Ollama for redistribution as long as the model you choose allows redistribution ofc.

<!-- gh-comment-id:2069454204 --> @thinkverse commented on GitHub (Apr 22, 2024): Yes, you can add your own models or open-source models, as long as the architecture is supported by Ollama and llama.cpp and the model creator allows it. Ollama has a guide written on [how to import models](https://github.com/ollama/ollama/blob/main/docs/import.md). You can even [publish](https://github.com/ollama/ollama/blob/main/docs/import.md#publishing-your-model-optional--early-alpha) your model back to Ollama for redistribution as long as the model you choose allows redistribution ofc.
Author
Owner

@jieguolove commented on GitHub (Apr 23, 2024):

Got it,thanks a lot!

<!-- gh-comment-id:2071303545 --> @jieguolove commented on GitHub (Apr 23, 2024): Got it,thanks a lot!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#28114