[PR #13383] [MERGED] renderers/parsers: olmo3 instruct #14186

Closed
opened 2026-04-13 00:47:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13383
Author: @ParthSareen
Created: 12/8/2025
Status: Merged
Merged: 12/9/2025
Merged by: @ParthSareen

Base: mainHead: parth/olmo3-instruct-renderer-parser


📝 Commits (2)

📊 Changes

6 files changed (+1390 additions, -0 deletions)

View changed files

model/parsers/olmo3.go (+465 -0)
model/parsers/olmo3_test.go (+483 -0)
📝 model/parsers/parsers.go (+2 -0)
model/renderers/olmo3.go (+147 -0)
model/renderers/olmo3_test.go (+290 -0)
📝 model/renderers/renderer.go (+3 -0)

📄 Description

olmo3 instruct


🔄 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/13383 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 12/8/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth/olmo3-instruct-renderer-parser` --- ### 📝 Commits (2) - [`b3afb59`](https://github.com/ollama/ollama/commit/b3afb5968114645a78b7d8af50aea6049fdc3a26) renderers/parsers: olmo3 instruct - [`57473b0`](https://github.com/ollama/ollama/commit/57473b02b381e6f078e96af880eba243ad553d2b) fmt ### 📊 Changes **6 files changed** (+1390 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `model/parsers/olmo3.go` (+465 -0) ➕ `model/parsers/olmo3_test.go` (+483 -0) 📝 `model/parsers/parsers.go` (+2 -0) ➕ `model/renderers/olmo3.go` (+147 -0) ➕ `model/renderers/olmo3_test.go` (+290 -0) 📝 `model/renderers/renderer.go` (+3 -0) </details> ### 📄 Description olmo3 instruct --- <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:47:45 -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#14186