[PR #14293] [MERGED] model: add qwen3 support to mlxrunner #40479

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14293
Author: @pdevine
Created: 2/17/2026
Status: Merged
Merged: 2/17/2026
Merged by: @pdevine

Base: mainHead: pdevine/qwen3


📝 Commits (1)

  • 4c8a1bd model: add qwen3 support to mlxrunner

📊 Changes

10 files changed (+971 additions, -6 deletions)

View changed files

📝 cmd/cmd.go (+4 -0)
📝 model/parsers/parsers.go (+4 -0)
📝 model/parsers/parsers_test.go (+2 -0)
model/parsers/qwen3.go (+335 -0)
model/parsers/qwen3_test.go (+147 -0)
📝 x/create/client/create.go (+23 -5)
📝 x/create/client/create_test.go (+108 -0)
📝 x/mlxrunner/imports.go (+1 -0)
📝 x/mlxrunner/pipeline.go (+9 -1)
x/models/qwen3/qwen3.go (+338 -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/14293 **Author:** [@pdevine](https://github.com/pdevine) **Created:** 2/17/2026 **Status:** ✅ Merged **Merged:** 2/17/2026 **Merged by:** [@pdevine](https://github.com/pdevine) **Base:** `main` ← **Head:** `pdevine/qwen3` --- ### 📝 Commits (1) - [`4c8a1bd`](https://github.com/ollama/ollama/commit/4c8a1bddf3df805309872d9735f8ca48b9839ae4) model: add qwen3 support to mlxrunner ### 📊 Changes **10 files changed** (+971 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+4 -0) 📝 `model/parsers/parsers.go` (+4 -0) 📝 `model/parsers/parsers_test.go` (+2 -0) ➕ `model/parsers/qwen3.go` (+335 -0) ➕ `model/parsers/qwen3_test.go` (+147 -0) 📝 `x/create/client/create.go` (+23 -5) 📝 `x/create/client/create_test.go` (+108 -0) 📝 `x/mlxrunner/imports.go` (+1 -0) 📝 `x/mlxrunner/pipeline.go` (+9 -1) ➕ `x/models/qwen3/qwen3.go` (+338 -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-23 01:22:24 -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#40479