[GH-ISSUE #623] Mistral model can't be pulled #277

Closed
opened 2026-04-12 09:49:04 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @instanceofme on GitHub (Sep 27, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/623

Hi,

I saw the page about mistral but trying to pull it does not work, is it too soon / some files need to propagate through a CDN?

ollama pull mistral
pulling manifest
Error: pull model manifest: model not found
Originally created by @instanceofme on GitHub (Sep 27, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/623 Hi, I saw the [page about mistral](https://ollama.ai/library/mistral) but trying to pull it does not work, is it too soon / some files need to propagate through a CDN? ``` ollama pull mistral pulling manifest Error: pull model manifest: model not found ```
Author
Owner

@jtoy commented on GitHub (Sep 27, 2023):

it can be pulled for me, but I get "Error: invalid file magic" when I run a prompt on it

<!-- gh-comment-id:1737830415 --> @jtoy commented on GitHub (Sep 27, 2023): it can be pulled for me, but I get "Error: invalid file magic" when I run a prompt on it
Author
Owner

@BruceMacD commented on GitHub (Sep 27, 2023):

@jtoy It is in the newer model format so make sure you're on the most recent version of Ollama. That is an error commonly seen on older versions.

<!-- gh-comment-id:1737969786 --> @BruceMacD commented on GitHub (Sep 27, 2023): @jtoy It is in the newer model format so make sure you're on the most recent version of Ollama. That is an error commonly seen on older versions.
Author
Owner

@jtoy commented on GitHub (Sep 27, 2023):

thanks. the auto updated didnt work. i had to come here and download the latest version even though the app kept telling me it downloaded a new version and I need to restart.

<!-- gh-comment-id:1737981889 --> @jtoy commented on GitHub (Sep 27, 2023): thanks. the auto updated didnt work. i had to come here and download the latest version even though the app kept telling me it downloaded a new version and I need to restart.
Author
Owner

@mxyng commented on GitHub (Sep 27, 2023):

The initial version didn't have a latest tag which is what's used when no tag is specified, e.g. ollama pull mistral. This has been fixed

<!-- gh-comment-id:1738024382 --> @mxyng commented on GitHub (Sep 27, 2023): The initial version didn't have a `latest` tag which is what's used when no tag is specified, e.g. `ollama pull mistral`. This has been fixed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#277