[GH-ISSUE #3480] A easier way to pull models to Ollama public libary #48654

Closed
opened 2026-04-28 09:01:12 -05:00 by GiteaMirror · 10 comments
Owner

Originally created by @alfi4000 on GitHub (Apr 4, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/3480

What is the issue?

How to upload a model to the Ollama library?

What did you expect to see?

A easy way

Steps to reproduce

none

Are there any recent changes that introduced the issue?

No response

OS

Linux, macOS

Architecture

amd64, x86

Platform

WSL2

Ollama version

latest

GPU

Nvidia, AMD, Intel, Apple

GPU info

I have one of each over several devices

CPU

Intel, AMD, Apple

Other software

Can someone help me I don't understand how to pull a model to the Ollama library that everyone can access it!?

Originally created by @alfi4000 on GitHub (Apr 4, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/3480 ### What is the issue? How to upload a model to the Ollama library? ### What did you expect to see? A easy way ### Steps to reproduce none ### Are there any recent changes that introduced the issue? _No response_ ### OS Linux, macOS ### Architecture amd64, x86 ### Platform WSL2 ### Ollama version latest ### GPU Nvidia, AMD, Intel, Apple ### GPU info I have one of each over several devices ### CPU Intel, AMD, Apple ### Other software Can someone help me I don't understand how to pull a model to the Ollama library that everyone can access it!?
GiteaMirror added the bug label 2026-04-28 09:01:12 -05:00
Author
Owner

@alfi4000 commented on GitHub (Apr 4, 2024):

Oh I recognized I am on the wrong topic!

<!-- gh-comment-id:2035908722 --> @alfi4000 commented on GitHub (Apr 4, 2024): Oh I recognized I am on the wrong topic!
Author
Owner

@sammcj commented on GitHub (Apr 4, 2024):

Your title says pull models, but your bug report says upload (push) models?

I don't see how it could be easier than the docs state:

  • pull: ollama pull eramax/starling-lm-7b-beta
  • push: ollama push eramax/starling-lm-7b-beta

Either way - this doesn't really seem like a bug?

<!-- gh-comment-id:2036250651 --> @sammcj commented on GitHub (Apr 4, 2024): Your title says pull models, but your bug report says upload (push) models? I don't see how it could be easier than the docs state: - pull: `ollama pull eramax/starling-lm-7b-beta` - push: `ollama push eramax/starling-lm-7b-beta` Either way - this doesn't really seem like a bug?
Author
Owner

@alfi4000 commented on GitHub (Apr 4, 2024):

I mean like uploading it to the online library not sure how it is named that's why I use different words!

<!-- gh-comment-id:2036318862 --> @alfi4000 commented on GitHub (Apr 4, 2024): I mean like uploading it to the online library not sure how it is named that's why I use different words!
Author
Owner

@alfi4000 commented on GitHub (Apr 4, 2024):

I want to see it here: https://ollama.com/library !

<!-- gh-comment-id:2036320936 --> @alfi4000 commented on GitHub (Apr 4, 2024): I want to see it here: https://ollama.com/library !
Author
Owner

@alfi4000 commented on GitHub (Apr 4, 2024):

I am a bit confused on that when I want to publish there a new model:
Push a new model:

ollama pull llama2
echo "FROM llama2" >> Modelfile
echo "SYSTEM You are a friendly assistant." >> Modelfile
ollama create -f Modelfile alfi/testet
ollama push alfi/testet
... or push an existing model:

ollama cp llama2 alfi/testet
ollama push alfi/testet

<!-- gh-comment-id:2036330298 --> @alfi4000 commented on GitHub (Apr 4, 2024): I am a bit confused on that when I want to publish there a new model: Push a new model: ollama pull llama2 echo "FROM llama2" >> Modelfile echo "SYSTEM You are a friendly assistant." >> Modelfile ollama create -f Modelfile alfi/testet ollama push alfi/testet ... or push an existing model: ollama cp llama2 alfi/testet ollama push alfi/testet
Author
Owner

@alfi4000 commented on GitHub (Apr 4, 2024):

and I haven't really found a tutorial anywhere yet!

<!-- gh-comment-id:2036331327 --> @alfi4000 commented on GitHub (Apr 4, 2024): and I haven't really found a tutorial anywhere yet!
Author
Owner

@sammcj commented on GitHub (Apr 4, 2024):

Ah, yeah ollama's docs are a bit of a pain - see: https://github.com/ollama/ollama/blob/main/docs/import.md#publishing-your-model-optional--early-alpha

<!-- gh-comment-id:2036395892 --> @sammcj commented on GitHub (Apr 4, 2024): Ah, yeah ollama's docs are a bit of a pain - see: https://github.com/ollama/ollama/blob/main/docs/import.md#publishing-your-model-optional--early-alpha
Author
Owner

@igorschlum commented on GitHub (Apr 4, 2024):

Hi @alfi4000 if you have all the answers, I think that you can close the issue. If not, let us know. All LLM are not automatically publish on the librairy. Your model should bring something new. If you wants it to be public, you can publish it on Hugging-face.

<!-- gh-comment-id:2036624486 --> @igorschlum commented on GitHub (Apr 4, 2024): Hi @alfi4000 if you have all the answers, I think that you can close the issue. If not, let us know. All LLM are not automatically publish on the librairy. Your model should bring something new. If you wants it to be public, you can publish it on Hugging-face.
Author
Owner

@alfi4000 commented on GitHub (Apr 4, 2024):

Ah, yeah ollama's docs are a bit of a pain - see: https://github.com/ollama/ollama/blob/main/docs/import.md#publishing-your-model-optional--early-alpha

Thanks

<!-- gh-comment-id:2037503934 --> @alfi4000 commented on GitHub (Apr 4, 2024): > Ah, yeah ollama's docs are a bit of a pain - see: https://github.com/ollama/ollama/blob/main/docs/import.md#publishing-your-model-optional--early-alpha Thanks
Author
Owner

@ngeorger commented on GitHub (May 11, 2024):

Ah, yeah ollama's docs are a bit of a pain - see: main/docs/import.md#publishing-your-model-optional--early-alpha

Thank you very much

<!-- gh-comment-id:2105525304 --> @ngeorger commented on GitHub (May 11, 2024): > Ah, yeah ollama's docs are a bit of a pain - see: [`main`/docs/import.md#publishing-your-model-optional--early-alpha](https://github.com/ollama/ollama/blob/main/docs/import.md?rgh-link-date=2024-04-04T07%3A29%3A17Z#publishing-your-model-optional--early-alpha) Thank you very much
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#48654