[GH-ISSUE #129] ollama create should automatically pull base models #46

Closed
opened 2026-04-12 09:34:46 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @jmorganca on GitHub (Jul 19, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/129

Originally assigned to: @BruceMacD on GitHub.

Currently when a Modelfile is defined with a base model such as llama2

FROM llama2

Running ollama create mymodel -f Modelfile first requires ollama pull llama2 to be run. We should automatically do this on ollama create

Originally created by @jmorganca on GitHub (Jul 19, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/129 Originally assigned to: @BruceMacD on GitHub. Currently when a `Modelfile` is defined with a base model such as `llama2` ``` FROM llama2 ``` Running `ollama create mymodel -f Modelfile` first requires `ollama pull llama2` to be run. We should automatically do this on `ollama create`
GiteaMirror added the feature request label 2026-04-12 09:34:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#46