[PR #10774] [MERGED] fix llama and mistral3 models #18630

Closed
opened 2026-04-16 06:41:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10774
Author: @mxyng
Created: 5/19/2025
Status: Merged
Merged: 5/19/2025
Merged by: @mxyng

Base: mainHead: mxyng/fix-llama


📝 Commits (2)

📊 Changes

4 files changed (+13 additions, -32 deletions)

View changed files

📝 model/models/llama/model.go (+7 -11)
📝 model/models/mistral3/model.go (+1 -6)
📝 model/models/mistral3/model_text.go (+4 -14)
📝 model/models/mistral3/model_vision.go (+1 -1)

📄 Description

  • llama self attention may require different shapes
  • mistral vision model should be optional, i.e. no default vision layers

🔄 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/10774 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 5/19/2025 **Status:** ✅ Merged **Merged:** 5/19/2025 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/fix-llama` --- ### 📝 Commits (2) - [`a8c0218`](https://github.com/ollama/ollama/commit/a8c0218afa99055bb2168f795fca50cfdc3500bb) fix llama model - [`bb94b88`](https://github.com/ollama/ollama/commit/bb94b88b4a66b384fb0e9be65b215163d42e591a) fix mistral3.1 model ### 📊 Changes **4 files changed** (+13 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `model/models/llama/model.go` (+7 -11) 📝 `model/models/mistral3/model.go` (+1 -6) 📝 `model/models/mistral3/model_text.go` (+4 -14) 📝 `model/models/mistral3/model_vision.go` (+1 -1) </details> ### 📄 Description - llama self attention may require different shapes - mistral vision model should be optional, i.e. no default vision layers --- <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-16 06:41:31 -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#18630