[PR #5468] [CLOSED] Bubble up model load error messages #43038

Closed
opened 2026-04-24 22:44:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/5468
Author: @dhiltgen
Created: 7/3/2024
Status: Closed

Base: mainHead: better_model_load_failure_reporting


📝 Commits (1)

  • 1353b1b Bubble up model load error messages

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

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

📄 Description

Looking over a pool of issues reported by users over the past few weeks I see a pattern of generic windows exit codes which more often than not were the result of a model load failure. This adds the prefix string to detect this so we can report it up instead of just the generic process exit code.


🔄 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/5468 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 7/3/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `better_model_load_failure_reporting` --- ### 📝 Commits (1) - [`1353b1b`](https://github.com/ollama/ollama/commit/1353b1b99b32b9f245c07e48a370cec003e04be6) Bubble up model load error messages ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `llm/status.go` (+1 -0) </details> ### 📄 Description Looking over a pool of issues reported by users over the past few weeks I see a pattern of generic windows exit codes which more often than not were the result of a model load failure. This adds the prefix string to detect this so we can report it up instead of just the generic process exit code. --- <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-24 22:44:45 -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#43038