[PR #9862] [MERGED] convert: return name of unsupported architecture #13074

Closed
opened 2026-04-13 00:17:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/9862
Author: @BruceMacD
Created: 3/18/2025
Status: Merged
Merged: 3/18/2025
Merged by: @BruceMacD

Base: mainHead: brucemacd/err-unsupported-arch


📝 Commits (1)

  • dc874ef convert: return name of unsupported architecture

📊 Changes

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

View changed files

📝 convert/convert.go (+1 -1)

📄 Description

When a model's architecture cannot be converted return the name of the unsupported arch in the error message.

Sample output:

copying file sha256:99c38a089b14a0fca228899132eb8db54ea551bdc96b639267d5177e4a172776 100%
converting model
Error: unsupported architecture "Mistral3ForConditionalGeneration"

🔄 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/9862 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 3/18/2025 **Status:** ✅ Merged **Merged:** 3/18/2025 **Merged by:** [@BruceMacD](https://github.com/BruceMacD) **Base:** `main` ← **Head:** `brucemacd/err-unsupported-arch` --- ### 📝 Commits (1) - [`dc874ef`](https://github.com/ollama/ollama/commit/dc874ef1360397e99959bd81b1f6e10a38ec7ba3) convert: return name of unsupported architecture ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `convert/convert.go` (+1 -1) </details> ### 📄 Description When a model's architecture cannot be converted return the name of the unsupported arch in the error message. Sample output: ``` copying file sha256:99c38a089b14a0fca228899132eb8db54ea551bdc96b639267d5177e4a172776 100% converting model Error: unsupported architecture "Mistral3ForConditionalGeneration" ``` --- <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-13 00:17:12 -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#13074