[PR #12647] [MERGED] Grace/qwen3 thinking #13899

Closed
opened 2026-04-13 00:39:46 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12647
Author: @gr4ceG
Created: 10/16/2025
Status: Merged
Merged: 10/16/2025
Merged by: @gr4ceG

Base: mainHead: grace/qwen3-thinking


📝 Commits (9)

  • 6d71685 withing thinking renderer and parser
  • f960625 changing initial status to take into consideration prefill
  • 62f1c00 return
  • 6d84e65 Add seperate strings for content and thinking builder
  • 72e2a24 thinking tests
  • 436019a Non thinking tests
  • 47921ab remove white space from string before closing think tag
  • c793116 clean up
  • 6659b50 linter pushes

📊 Changes

4 files changed (+231 additions, -15 deletions)

View changed files

📝 model/parsers/parsers.go (+3 -0)
📝 model/parsers/qwen3vl.go (+23 -15)
📝 model/parsers/qwen3vl_thinking_test.go (+202 -0)
📝 model/renderers/renderer.go (+3 -0)

📄 Description

No fix for images yet


🔄 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/12647 **Author:** [@gr4ceG](https://github.com/gr4ceG) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@gr4ceG](https://github.com/gr4ceG) **Base:** `main` ← **Head:** `grace/qwen3-thinking` --- ### 📝 Commits (9) - [`6d71685`](https://github.com/ollama/ollama/commit/6d71685d6e868b622417c9cca1ce8678e7f6064f) withing thinking renderer and parser - [`f960625`](https://github.com/ollama/ollama/commit/f9606250cf342ce0e7ecb839828430e2448381f6) changing initial status to take into consideration prefill - [`62f1c00`](https://github.com/ollama/ollama/commit/62f1c008788c09309cc00a1050f3c713728fd715) return - [`6d84e65`](https://github.com/ollama/ollama/commit/6d84e65902735e36bdf5f24dbe46112baa24fcd8) Add seperate strings for content and thinking builder - [`72e2a24`](https://github.com/ollama/ollama/commit/72e2a24a946ad0c3e00b1f0e3db2f0ecc83cb238) thinking tests - [`436019a`](https://github.com/ollama/ollama/commit/436019a7ec0d36dc1f52bf190f7a52cf8ccd912b) Non thinking tests - [`47921ab`](https://github.com/ollama/ollama/commit/47921ab9820743b233b1bcab0618a6c54c33d26d) remove white space from string before closing think tag - [`c793116`](https://github.com/ollama/ollama/commit/c79311638d964b6e59ba74ba2aacec09b0b2ddc9) clean up - [`6659b50`](https://github.com/ollama/ollama/commit/6659b50f0011108a2b50c3345134717b84ca3a46) linter pushes ### 📊 Changes **4 files changed** (+231 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `model/parsers/parsers.go` (+3 -0) 📝 `model/parsers/qwen3vl.go` (+23 -15) 📝 `model/parsers/qwen3vl_thinking_test.go` (+202 -0) 📝 `model/renderers/renderer.go` (+3 -0) </details> ### 📄 Description No fix for images yet --- <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:39:46 -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#13899