[PR #4164] [MERGED] Fix llava models not working after first request #11405

Closed
opened 2026-04-12 23:29:30 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4164
Author: @jmorganca
Created: 5/5/2024
Status: Merged
Merged: 5/6/2024
Merged by: @jmorganca

Base: mainHead: jmorganca/fix-clip


📝 Commits (2)

  • 4acf859 fix llava models not working after first request
  • 26dd10c individual requests only for llava models

📊 Changes

2 files changed (+32 additions, -1 deletions)

View changed files

llm/patches/05-clip-fix.diff (+24 -0)
📝 llm/server.go (+8 -1)

📄 Description

Temporary fix for https://github.com/ollama/ollama/issues/4163, although a bit more work is required to understand the root cause


🔄 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/4164 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 5/5/2024 **Status:** ✅ Merged **Merged:** 5/6/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `jmorganca/fix-clip` --- ### 📝 Commits (2) - [`4acf859`](https://github.com/ollama/ollama/commit/4acf8599c6f5131427763c034f697b98e40e428d) fix llava models not working after first request - [`26dd10c`](https://github.com/ollama/ollama/commit/26dd10c9871c5882b2a015208666477503633100) individual requests only for llava models ### 📊 Changes **2 files changed** (+32 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `llm/patches/05-clip-fix.diff` (+24 -0) 📝 `llm/server.go` (+8 -1) </details> ### 📄 Description Temporary fix for https://github.com/ollama/ollama/issues/4163, although a bit more work is required to understand the root cause --- <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-12 23:29:30 -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#11405