[PR #13447] [MERGED] renderers: add olmo3.1 and olmo3 fixes #14212

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13447
Author: @ParthSareen
Created: 12/12/2025
Status: Merged
Merged: 12/15/2025
Merged by: @ParthSareen

Base: mainHead: parth/olmo3.1-renderers


📝 Commits (4)

📊 Changes

5 files changed (+118 additions, -190 deletions)

View changed files

📝 model/renderers/olmo3.go (+13 -6)
📝 model/renderers/olmo3_test.go (+8 -8)
📝 model/renderers/olmo3_think.go (+32 -78)
📝 model/renderers/olmo3_think_test.go (+55 -96)
📝 model/renderers/renderer.go (+10 -2)

📄 Description

renderer for olmo3.1 along with fixes for olmo3 renderer


🔄 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/13447 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 12/12/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth/olmo3.1-renderers` --- ### 📝 Commits (4) - [`3f9321f`](https://github.com/ollama/ollama/commit/3f9321f920f55ba6b4cf6c3c0f05bf162a3173ed) renderers: add olmo3.1 and olmo3 fixes - [`e41408d`](https://github.com/ollama/ollama/commit/e41408d35d6b8c320aa543e4dc142ffeb95bb33e) fix test - [`6088a42`](https://github.com/ollama/ollama/commit/6088a42966f575156280a1a02ac47959c8dca90d) update renderers - [`77b497c`](https://github.com/ollama/ollama/commit/77b497c07e6fc7c11c82c877414f3b4e9842ce8c) remove comments ### 📊 Changes **5 files changed** (+118 additions, -190 deletions) <details> <summary>View changed files</summary> 📝 `model/renderers/olmo3.go` (+13 -6) 📝 `model/renderers/olmo3_test.go` (+8 -8) 📝 `model/renderers/olmo3_think.go` (+32 -78) 📝 `model/renderers/olmo3_think_test.go` (+55 -96) 📝 `model/renderers/renderer.go` (+10 -2) </details> ### 📄 Description renderer for olmo3.1 along with fixes for olmo3 renderer --- <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: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#14212