[PR #1258] [CLOSED] warn if running a ggml model file #36402

Closed
opened 2026-04-22 21:04:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1258
Author: @BruceMacD
Created: 11/23/2023
Status: Closed

Base: mainHead: brucemacd/ggml-warn


📝 Commits (1)

  • 36899fc warn if running a ggml model file

📊 Changes

4 files changed (+72 additions, -10 deletions)

View changed files

📝 api/types.go (+3 -0)
📝 cmd/cmd.go (+33 -1)
📝 llm/llm.go (+8 -6)
📝 server/routes.go (+28 -3)

📄 Description

If the model a user is running will the use ggml runtime log a warning that prompts them to check for update to try and pull the gguf version of the model.

ollama run orca-mini
This model requires an update to work in future versions of Ollama. Check for update now? (y/n) y
pulling manifest
pulling 4de14feaabf8... 100% ▕██████▏(903 MB/903 MB)
pulling 8971eb8e89ce... 100% ▕██████▏(107 B/107 B)
pulling e7731c6d6962... 100% ▕██████▏(34 B/34 B)
pulling 905da7e7adc2... 100% ▕██████▏(76 B/76 B)
pulling 1bb164b05eb4... 100% ▕██████▏(460 B/460 B)
verifying sha256 digest
writing manifest
removing any unused layers
success
>>>

🔄 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/1258 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 11/23/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `brucemacd/ggml-warn` --- ### 📝 Commits (1) - [`36899fc`](https://github.com/ollama/ollama/commit/36899fc0be78d6e4bcd3219f55fcbe41ed36b776) warn if running a ggml model file ### 📊 Changes **4 files changed** (+72 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+3 -0) 📝 `cmd/cmd.go` (+33 -1) 📝 `llm/llm.go` (+8 -6) 📝 `server/routes.go` (+28 -3) </details> ### 📄 Description If the model a user is running will the use ggml runtime log a warning that prompts them to check for update to try and pull the gguf version of the model. ``` ollama run orca-mini This model requires an update to work in future versions of Ollama. Check for update now? (y/n) y pulling manifest pulling 4de14feaabf8... 100% ▕██████▏(903 MB/903 MB) pulling 8971eb8e89ce... 100% ▕██████▏(107 B/107 B) pulling e7731c6d6962... 100% ▕██████▏(34 B/34 B) pulling 905da7e7adc2... 100% ▕██████▏(76 B/76 B) pulling 1bb164b05eb4... 100% ▕██████▏(460 B/460 B) verifying sha256 digest writing manifest removing any unused layers success >>> ``` --- <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-22 21:04:22 -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#36402