[PR #12241] [MERGED] llm: Don't try to load split vision models in the Ollama engine #13745

Closed
opened 2026-04-13 00:34:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12241
Author: @jessegross
Created: 9/10/2025
Status: Merged
Merged: 9/11/2025
Merged by: @jessegross

Base: mainHead: jessegross/new_engine_vision


📝 Commits (1)

  • ecc7a25 llm: Don't try to load split vision models in the Ollama engine

📊 Changes

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

View changed files

📝 llm/server.go (+5 -1)

📄 Description

If a model with a split vision projector is loaded in the Ollama engine, the projector will be ignored and the model will hallucinate a response. Instead, fallback and try to load the model in the llama engine.


🔄 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/12241 **Author:** [@jessegross](https://github.com/jessegross) **Created:** 9/10/2025 **Status:** ✅ Merged **Merged:** 9/11/2025 **Merged by:** [@jessegross](https://github.com/jessegross) **Base:** `main` ← **Head:** `jessegross/new_engine_vision` --- ### 📝 Commits (1) - [`ecc7a25`](https://github.com/ollama/ollama/commit/ecc7a257bf674872f42bca009a1d263c2d914b4c) llm: Don't try to load split vision models in the Ollama engine ### 📊 Changes **1 file changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `llm/server.go` (+5 -1) </details> ### 📄 Description If a model with a split vision projector is loaded in the Ollama engine, the projector will be ignored and the model will hallucinate a response. Instead, fallback and try to load the model in the llama engine. --- <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:34:55 -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#13745