[PR #13432] [MERGED] fix rotary embeddings for ministral 3 #14206

Closed
opened 2026-04-13 00:48:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13432
Author: @jmorganca
Created: 12/11/2025
Status: Merged
Merged: 12/12/2025
Merged by: @jmorganca

Base: mainHead: jmorganca/ministral-3-attention-factor


📝 Commits (1)

  • 52ec258 fix rotary embeddings for ministral 3

📊 Changes

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

View changed files

📝 model/models/mistral3/model_text.go (+1 -12)

📄 Description

mscale was already being calculated by GGML's rope operation


🔄 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/13432 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 12/11/2025 **Status:** ✅ Merged **Merged:** 12/12/2025 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `jmorganca/ministral-3-attention-factor` --- ### 📝 Commits (1) - [`52ec258`](https://github.com/ollama/ollama/commit/52ec258b8c7269c4efb6ded4b9684d1cec615b1c) fix rotary embeddings for ministral 3 ### 📊 Changes **1 file changed** (+1 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `model/models/mistral3/model_text.go` (+1 -12) </details> ### 📄 Description `mscale` was already being calculated by GGML's rope operation --- <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:48:21 -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#14206