[GH-ISSUE #287] Add downloaded models to local list #127

Closed
opened 2026-04-12 09:39:38 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @jkleckner on GitHub (Aug 4, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/287

Either implement or document how to add a downloaded model to be available locally.

Originally created by @jkleckner on GitHub (Aug 4, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/287 Either implement or document how to add a downloaded model to be available locally.
Author
Owner

@technovangelist commented on GitHub (Aug 5, 2023):

hi @jkleckner can you clarify this? You can list all the pulled models using the list command. so ollama list, or in the repl, use the /list slash command.

<!-- gh-comment-id:1666379849 --> @technovangelist commented on GitHub (Aug 5, 2023): hi @jkleckner can you clarify this? You can list all the pulled models using the `list` command. so `ollama list`, or in the repl, use the `/list` slash command.
Author
Owner

@jkleckner commented on GitHub (Aug 5, 2023):

My apologies for being to cryptic. I think I found out how, since the Modelfile can reference a local file downloaded from a model card and will add it to the list of available models with create.

<!-- gh-comment-id:1666396337 --> @jkleckner commented on GitHub (Aug 5, 2023): My apologies for being to cryptic. I think I found out how, since the Modelfile can reference a local file downloaded from a model card and will add it to the list of available models with `create`.
Author
Owner

@AdityaSher commented on GitHub (Aug 13, 2023):

hey can you share more info on this @jkleckner ?

<!-- gh-comment-id:1676375680 --> @AdityaSher commented on GitHub (Aug 13, 2023): hey can you share more info on this @jkleckner ?
Author
Owner

@AdityaSher commented on GitHub (Aug 13, 2023):

hi @jkleckner can you clarify this? You can list all the pulled models using the list command. so ollama list, or in the repl, use the /list slash command.

hey I already have ggml_q4_0s downloaded can I add them directly? or ollama runs on f16 directly?

<!-- gh-comment-id:1676375843 --> @AdityaSher commented on GitHub (Aug 13, 2023): > hi @jkleckner can you clarify this? You can list all the pulled models using the `list` command. so `ollama list`, or in the repl, use the `/list` slash command. hey I already have ggml_q4_0s downloaded can I add them directly? or ollama runs on f16 directly?
Author
Owner

@jkleckner commented on GitHub (Aug 15, 2023):

hey can you share more info on this @jkleckner ?

Download a compatible model then copy an existing examplel
Create the Modelfile with a the parameter: MODEL dirname/modelname.ggml.bin
Then ./allama create Modelfile

<!-- gh-comment-id:1678558575 --> @jkleckner commented on GitHub (Aug 15, 2023): > > hey can you share more info on this @jkleckner ? Download a compatible model then copy an existing examplel Create the Modelfile with a the parameter: MODEL dirname/modelname.ggml.bin Then ./allama create Modelfile
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#127