[PR #5421] [MERGED] fix: add unsupported architecture message for linux/windows #10513

Closed
opened 2025-11-12 15:30:16 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/5421
Author: @joshyan1
Created: 7/1/2024
Status: Merged
Merged: 7/1/2024
Merged by: @joshyan1

Base: mainHead: jyan/ver


📝 Commits (1)

📊 Changes

2 files changed (+4 additions, -0 deletions)

View changed files

📝 llm/server.go (+3 -0)
📝 llm/status.go (+1 -0)

📄 Description

Running unsupported models on linux/windows outputs
Error: llama runner process has terminated: signal: aborted (core dumped)

New error message:
Error: this model is not supported by your version of Ollama. You may need to upgrade

Resolves: https://github.com/ollama/ollama/issues/4889


🔄 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/5421 **Author:** [@joshyan1](https://github.com/joshyan1) **Created:** 7/1/2024 **Status:** ✅ Merged **Merged:** 7/1/2024 **Merged by:** [@joshyan1](https://github.com/joshyan1) **Base:** `main` ← **Head:** `jyan/ver` --- ### 📝 Commits (1) - [`33a65e3`](https://github.com/ollama/ollama/commit/33a65e3ba3ad5666d6ba8430efbccfa6d642d1de) error ### 📊 Changes **2 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `llm/server.go` (+3 -0) 📝 `llm/status.go` (+1 -0) </details> ### 📄 Description Running unsupported models on linux/windows outputs `Error: llama runner process has terminated: signal: aborted (core dumped)` New error message: `Error: this model is not supported by your version of Ollama. You may need to upgrade` Resolves: https://github.com/ollama/ollama/issues/4889 --- <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 2025-11-12 15:30:16 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama-ollama#10513