[PR #13415] [MERGED] model: add olmo3 #40070

Closed
opened 2026-04-23 01:04:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: nicole-parth/olmo3


📝 Commits (10+)

📊 Changes

5 files changed (+345 additions, -0 deletions)

View changed files

📝 convert/convert.go (+2 -0)
convert/convert_olmo.go (+117 -0)
📝 fs/ggml/ggml.go (+2 -0)
📝 model/models/models.go (+1 -0)
model/models/olmo3/model.go (+223 -0)

📄 Description

Adds Olmo 3 to Ollama


🔄 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/13415 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 12/11/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `nicole-parth/olmo3` --- ### 📝 Commits (10+) - [`a603610`](https://github.com/ollama/ollama/commit/a60361082083943913e3c873b467227a53baed3b) olmo model initial - [`2686df6`](https://github.com/ollama/ollama/commit/2686df65f3c6500b7ce2a6200be14b6f3ea09333) updated converter - [`063137b`](https://github.com/ollama/ollama/commit/063137bd82d43ea6dbaaba984a447949e0012961) lint - [`b35c074`](https://github.com/ollama/ollama/commit/b35c074a77929d7eace53763ba42645959557481) removed olmo1 support - [`44276d5`](https://github.com/ollama/ollama/commit/44276d5d385a337471c3fb06b2f35ab0b9fc416c) removed original olmo support - [`ca83f3c`](https://github.com/ollama/ollama/commit/ca83f3c31e1f7f71bb69afa4e4a94ee57f3c54d0) fixed generation issue - [`2c72eb8`](https://github.com/ollama/ollama/commit/2c72eb8245eae97f26cfc48d350b4fdec4428c78) fixed pretokenizer - [`5669263`](https://github.com/ollama/ollama/commit/5669263697faa0bec7738ba1515aa35c9f7ac412) renderers/parsers: olmo3 instruct - [`0b5dd38`](https://github.com/ollama/ollama/commit/0b5dd38d1c51a27b7edc3fbb52f70c85d06c8129) arch changes wip - [`b26cea9`](https://github.com/ollama/ollama/commit/b26cea99e743329c4b7ce372b7d569a004caf09f) test + model ### 📊 Changes **5 files changed** (+345 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `convert/convert.go` (+2 -0) ➕ `convert/convert_olmo.go` (+117 -0) 📝 `fs/ggml/ggml.go` (+2 -0) 📝 `model/models/models.go` (+1 -0) ➕ `model/models/olmo3/model.go` (+223 -0) </details> ### 📄 Description Adds Olmo 3 to Ollama --- <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-23 01:04:27 -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#40070