[PR #13243] [CLOSED] olmo3: model implementation #24670

Closed
opened 2026-04-19 17:43:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13243
Author: @npardal
Created: 11/25/2025
Status: Closed

Base: mainHead: nicole/olmo-model


📝 Commits (7)

📊 Changes

4 files changed (+330 additions, -0 deletions)

View changed files

📝 convert/convert.go (+2 -0)
convert/convert_olmo.go (+94 -0)
📝 model/models/models.go (+1 -0)
model/models/olmo/model.go (+233 -0)

📄 Description

This PR introduces the model implementation for the olmo model


🔄 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/13243 **Author:** [@npardal](https://github.com/npardal) **Created:** 11/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `nicole/olmo-model` --- ### 📝 Commits (7) - [`cfc9729`](https://github.com/ollama/ollama/commit/cfc9729edf331a07d6b7c761441ef70d0fc17277) olmo model initial - [`fd959fb`](https://github.com/ollama/ollama/commit/fd959fbf7a6d2b4477585cde809d224b872a676d) updated converter - [`064ec63`](https://github.com/ollama/ollama/commit/064ec63ddfb0c51b9bb6d0da66854311f15e37da) lint - [`38a2a64`](https://github.com/ollama/ollama/commit/38a2a6468f36a6421841f4fa567b67f72831203a) removed olmo1 support - [`91d6370`](https://github.com/ollama/ollama/commit/91d6370a62c41cbac0272d2eeba7266df94d1876) removed original olmo support - [`57c1d7d`](https://github.com/ollama/ollama/commit/57c1d7db9afc151d7005e5131725688ebe7d6427) fixed generation issue - [`03abdb4`](https://github.com/ollama/ollama/commit/03abdb4969be7135e2baf39effde82a006e3809e) fixed pretokenizer ### 📊 Changes **4 files changed** (+330 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `convert/convert.go` (+2 -0) ➕ `convert/convert_olmo.go` (+94 -0) 📝 `model/models/models.go` (+1 -0) ➕ `model/models/olmo/model.go` (+233 -0) </details> ### 📄 Description This PR introduces the model implementation for the olmo model --- <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-19 17:43: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#24670