[PR #1856] [MERGED] remove ggml automatic re-pull #10706

Closed
opened 2026-04-12 23:08:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1856
Author: @BruceMacD
Created: 1/8/2024
Status: Merged
Merged: 1/8/2024
Merged by: @BruceMacD

Base: mainHead: brucemacd/remove-ggml-repull


📝 Commits (1)

  • ac30249 remove ggml automatic re-pull

📊 Changes

2 files changed (+1 additions, -41 deletions)

View changed files

📝 cmd/cmd.go (+1 -15)
📝 server/images.go (+0 -26)

📄 Description

Remove ggml automatic re-pull now that ggml removal has been rolled out. This prevents a possible future bug where non-ggml models always get pulled on run.

When an unsupported model format is run the error message is displayed to the user:

$ ollama run orca-mini
Error: unsupported model format: this model may be incompatible with your version of Ollama. If you previously pulled this model, try updating it by running `ollama pull orca-mini:latest`

$ ollama create mario -f ~/models/mario/Modelfile
transferring model data
reading model metadata
Error: orca-mini is not in gguf format, this base model is not compatible with this version of ollama

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/1856 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 1/8/2024 **Status:** ✅ Merged **Merged:** 1/8/2024 **Merged by:** [@BruceMacD](https://github.com/BruceMacD) **Base:** `main` ← **Head:** `brucemacd/remove-ggml-repull` --- ### 📝 Commits (1) - [`ac30249`](https://github.com/ollama/ollama/commit/ac302497db08d99900c28e66f2bec1771bd0efc6) remove ggml automatic re-pull ### 📊 Changes **2 files changed** (+1 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+1 -15) 📝 `server/images.go` (+0 -26) </details> ### 📄 Description Remove ggml automatic re-pull now that ggml removal has been rolled out. This prevents a possible future bug where non-ggml models always get pulled on run. When an unsupported model format is run the error message is displayed to the user: ``` $ ollama run orca-mini Error: unsupported model format: this model may be incompatible with your version of Ollama. If you previously pulled this model, try updating it by running `ollama pull orca-mini:latest` $ ollama create mario -f ~/models/mario/Modelfile transferring model data reading model metadata Error: orca-mini is not in gguf format, this base model is not compatible with this version of ollama ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-12 23:08:16 -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#10706