[GH-ISSUE #9758] Error: pull model manifest: file does not exist #6376

Closed
opened 2026-04-12 17:53:14 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @dmatora on GitHub (Mar 14, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9758

What is the issue?

I tried to do
ollama show --modelfile gemma3:27b > gemma3.27b
ollama create gemma3:27b-test -f gemma3.27b
without any changes (, and now when I try to run
llama run gemma3:27b-test i get

Relevant log output

pulling manifest 
Error: pull model manifest: file does not exist

If I try doing that with another model like qwq, it works

Ollama version

6.0

Eventually, idea was to increase context size to 128k, but even default 8k context size, model was somehow able to process 320Kb image, I wonder how.

Originally created by @dmatora on GitHub (Mar 14, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9758 ### What is the issue? I tried to do `ollama show --modelfile gemma3:27b > gemma3.27b` `ollama create gemma3:27b-test -f gemma3.27b` without any changes (, and now when I try to run `llama run gemma3:27b-test` i get ### Relevant log output ```shell pulling manifest Error: pull model manifest: file does not exist ``` If I try doing that with another model like qwq, it works ### Ollama version 6.0 Eventually, idea was to increase context size to 128k, but even default 8k context size, model was somehow able to process 320Kb image, I wonder how.
GiteaMirror added the bug label 2026-04-12 17:53:14 -05:00
Author
Owner

@rick-github commented on GitHub (Mar 15, 2025):

Edit the modelfile, un-comment the first FROM line, comment out the second FROM line.

<!-- gh-comment-id:2726363535 --> @rick-github commented on GitHub (Mar 15, 2025): Edit the modelfile, un-comment the first `FROM` line, comment out the second `FROM` line.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#6376