[GH-ISSUE #14876] Error: pull model manifest: 412: The model you are attempting to pull requires a newer version of Ollama. #56104

Closed
opened 2026-04-29 10:16:23 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @ShionGT on GitHub (Mar 16, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/14876

What is the issue?

The latest version of ollama does not support the download of the latest version of models from the model list.

Apple M4 Pro
MacOS: 26.3.1

Relevant log output

shion@Shions-Mac-mini → ~
$ curl -fsSL https://ollama.com/install.sh | sh
>>> Removing existing Ollama installation...
>>> Downloading Ollama for macOS...
######################################################################## 100.0%
>>> Installing Ollama to /Applications...
>>> Starting Ollama...
>>> Install complete. You can now run 'ollama'.
shion@Shions-Mac-mini → ~
$ ollama pull nemotron-3-super:120b
pulling manifest
Error: pull model manifest: 412:
The model you are attempting to pull requires a newer version of Ollama.

Please download the latest version at:

	https://ollama.com/download

shion@Shions-Mac-mini → ~
$ ollama pull qwen3.5:35b
pulling manifest
Error: pull model manifest: 412:
The model you are attempting to pull requires a newer version of Ollama.

Please download the latest version at:

	https://ollama.com/download

OS

macOS

GPU

Apple

CPU

Apple

Ollama version

Version 0.18.0 (0.18.0)

Originally created by @ShionGT on GitHub (Mar 16, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/14876 ### What is the issue? The latest version of ollama does not support the download of the latest version of models from the model list. Apple M4 Pro MacOS: 26.3.1 ### Relevant log output ```shell shion@Shions-Mac-mini → ~ $ curl -fsSL https://ollama.com/install.sh | sh >>> Removing existing Ollama installation... >>> Downloading Ollama for macOS... ######################################################################## 100.0% >>> Installing Ollama to /Applications... >>> Starting Ollama... >>> Install complete. You can now run 'ollama'. shion@Shions-Mac-mini → ~ $ ollama pull nemotron-3-super:120b pulling manifest Error: pull model manifest: 412: The model you are attempting to pull requires a newer version of Ollama. Please download the latest version at: https://ollama.com/download shion@Shions-Mac-mini → ~ $ ollama pull qwen3.5:35b pulling manifest Error: pull model manifest: 412: The model you are attempting to pull requires a newer version of Ollama. Please download the latest version at: https://ollama.com/download ``` ### OS macOS ### GPU Apple ### CPU Apple ### Ollama version Version 0.18.0 (0.18.0)
GiteaMirror added the bug label 2026-04-29 10:16:23 -05:00
Author
Owner

@ShionGT commented on GitHub (Mar 16, 2026):

For this case,brew upgrade ollama fixed the issue.

Restarted with: brew services restart ollama.

<!-- gh-comment-id:4068244626 --> @ShionGT commented on GitHub (Mar 16, 2026): For this case,`brew upgrade ollama` fixed the issue. Restarted with: `brew services restart ollama`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#56104