[PR #13180] [MERGED] Deepseek v3 family renderer #14110

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

📋 Pull Request Information

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

Base: mainHead: grace/deepseek-renderer-parser


📝 Commits (10+)

📊 Changes

3 files changed (+616 additions, -0 deletions)

View changed files

model/renderers/deepseek3.go (+121 -0)
model/renderers/deepseek3_test.go (+492 -0)
📝 model/renderers/renderer.go (+3 -0)

📄 Description

No description provided


🔄 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/13180 **Author:** [@gr4ceG](https://github.com/gr4ceG) **Created:** 11/20/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@gr4ceG](https://github.com/gr4ceG) **Base:** `main` ← **Head:** `grace/deepseek-renderer-parser` --- ### 📝 Commits (10+) - [`53ae43f`](https://github.com/ollama/ollama/commit/53ae43f2483cb5c10e9a32b0065bac77409b73bb) deepseek3 renderer - [`9373407`](https://github.com/ollama/ollama/commit/93734076e923330e4242b9343b3377a7fb72d136) add more test cases with thinking or no thinking history - [`99ba894`](https://github.com/ollama/ollama/commit/99ba894355cf0844a77156a61d689b941fb921b8) reference - [`80461df`](https://github.com/ollama/ollama/commit/80461df4d285338bfecb338606c9f666c4d2fffb) linter probs - [`cd740be`](https://github.com/ollama/ollama/commit/cd740be7edfbb6f700b884b526c0ff1ab7dd3a76) terminus has specific renderer - [`d98b825`](https://github.com/ollama/ollama/commit/d98b82530451c9d10ca077c40c33566afbc731ad) rename render to terminus - [`cb938ab`](https://github.com/ollama/ollama/commit/cb938abd678dd9c12f6791cb6803ff37403579ce) rename renderer - [`43ff6ba`](https://github.com/ollama/ollama/commit/43ff6ba343f4f6a1e7c11bb5a5d6647f840fdcca) add variant - [`786d9d0`](https://github.com/ollama/ollama/commit/786d9d06db10e56a12e0f952beedfd7d6a30e7cc) Add DeepSeek3Renderer with variant support - [`5a434fd`](https://github.com/ollama/ollama/commit/5a434fda838c6604a761d822ffaecfc042f90f76) wh ### 📊 Changes **3 files changed** (+616 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `model/renderers/deepseek3.go` (+121 -0) ➕ `model/renderers/deepseek3_test.go` (+492 -0) 📝 `model/renderers/renderer.go` (+3 -0) </details> ### 📄 Description _No description provided_ --- <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:45: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#14110