[PR #13452] [MERGED] model: fix global layer rope scale values for Gemma 3 #14215

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

📋 Pull Request Information

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

Base: mainHead: jmorganca/gemma3-global-rope-values


📝 Commits (1)

  • 1b9a914 model: fix global layer rope scale values for gemma 3

📊 Changes

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

View changed files

📝 model/models/gemma3/model_text.go (+13 -12)

📄 Description

ropeScale was not being applied correctly to global vs local layers

Fixes https://github.com/ollama/ollama/issues/13449
Fixes https://github.com/ollama/ollama/issues/13450


🔄 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/13452 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 12/13/2025 **Status:** ✅ Merged **Merged:** 12/13/2025 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `jmorganca/gemma3-global-rope-values` --- ### 📝 Commits (1) - [`1b9a914`](https://github.com/ollama/ollama/commit/1b9a9141318570065daceba38aa625004208a1bb) model: fix global layer rope scale values for gemma 3 ### 📊 Changes **1 file changed** (+13 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `model/models/gemma3/model_text.go` (+13 -12) </details> ### 📄 Description `ropeScale` was not being applied correctly to global vs local layers Fixes https://github.com/ollama/ollama/issues/13449 Fixes https://github.com/ollama/ollama/issues/13450 --- <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:34 -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#14215