[PR #13268] [CLOSED] model: add intellect-3 parser and prompt renderer #60837

Closed
opened 2026-04-29 15:57:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13268
Author: @jmorganca
Created: 11/28/2025
Status: Closed

Base: mainHead: jmorganca/intellect-3


📝 Commits (4)

📊 Changes

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

View changed files

model/parsers/intellect3.go (+44 -0)
model/parsers/intellect3_test.go (+542 -0)
📝 model/parsers/parsers.go (+2 -0)
model/renderers/intellect3.go (+158 -0)
model/renderers/intellect3_test.go (+218 -0)
📝 model/renderers/renderer.go (+3 -0)

📄 Description

Adds the prompt renderer and parser for INTELLECT-3. Both are similar to Qwen3-Coder except they include thinking, so I tried to re-use as much of the existing parser as possible.


🔄 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/13268 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 11/28/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `jmorganca/intellect-3` --- ### 📝 Commits (4) - [`793248c`](https://github.com/ollama/ollama/commit/793248c280ee8196974f2380a45496145397998c) model: add intellect-3 parser and prompt renderer - [`861a521`](https://github.com/ollama/ollama/commit/861a521b1993d5cfeaae1dcd8d59b7f50943d4be) fix lint - [`f8ba245`](https://github.com/ollama/ollama/commit/f8ba24577ba7ee7e72cd307444b3bd1a474e7f7c) add tests + newline fixes for renderer - [`32c6d43`](https://github.com/ollama/ollama/commit/32c6d43e1b9d2f474580eb47ae3b018f709eadd7) linter ### 📊 Changes **6 files changed** (+967 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `model/parsers/intellect3.go` (+44 -0) ➕ `model/parsers/intellect3_test.go` (+542 -0) 📝 `model/parsers/parsers.go` (+2 -0) ➕ `model/renderers/intellect3.go` (+158 -0) ➕ `model/renderers/intellect3_test.go` (+218 -0) 📝 `model/renderers/renderer.go` (+3 -0) </details> ### 📄 Description Adds the prompt renderer and parser for [INTELLECT-3](https://huggingface.co/PrimeIntellect/INTELLECT-3). Both are similar to Qwen3-Coder except they include thinking, so I tried to re-use as much of the existing parser as possible. --- <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-29 15:57:16 -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#60837