[GH-ISSUE #11457] The model you are attempting to pull requires a newer version of Ollama #7565

Closed
opened 2026-04-12 19:39:44 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @frederichen01 on GitHub (Jul 17, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11457

What is the issue?

but a download the newest version of ollama

Relevant log output


OS

No response

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @frederichen01 on GitHub (Jul 17, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11457 ### What is the issue? but a download the newest version of ollama ### Relevant log output ```shell ``` ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bug label 2026-04-12 19:39:44 -05:00
Author
Owner

@rick-github commented on GitHub (Jul 17, 2025):

What does ollama -v show?

<!-- gh-comment-id:3083742367 --> @rick-github commented on GitHub (Jul 17, 2025): What does `ollama -v` show?
Author
Owner

@felixconsulting commented on GitHub (Jul 17, 2025):

Having the same issue trying to pull gemma3n:e4b. Pulling regular gemma 3 works.

Note I am using the version of open webUI with ollama included.

docker-compose.yml:

services:
  openwebui:
    image: ghcr.io/open-webui/open-webui:ollama
    ports:
      - "3000:8080"
    volumes:
      - open-webui:/app/backend/data
      - ollama:/root/.ollama
    restart: always
volumes:
  open-webui:   
  ollama:

ollama -v shows:

ollama version is 0.9.0
<!-- gh-comment-id:3085181440 --> @felixconsulting commented on GitHub (Jul 17, 2025): Having the same issue trying to pull `gemma3n:e4b`. Pulling regular gemma 3 works. Note I am using the version of open webUI with ollama included. docker-compose.yml: ``` services: openwebui: image: ghcr.io/open-webui/open-webui:ollama ports: - "3000:8080" volumes: - open-webui:/app/backend/data - ollama:/root/.ollama restart: always volumes: open-webui: ollama: ``` `ollama -v` shows: ```root@xxxxxxxxxxxx:/app/backend# ollama -v ollama version is 0.9.0 ```
Author
Owner

@rick-github commented on GitHub (Jul 18, 2025):

0.9.0 is not the newest version of ollama. You need to wait for open-webui to update their image, or run ollama as a separate service and pull ollama/ollama.

<!-- gh-comment-id:3087373395 --> @rick-github commented on GitHub (Jul 18, 2025): 0.9.0 is not the newest version of ollama. You need to wait for open-webui to update their image, or run ollama as a separate service and pull ollama/ollama.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#7565