[PR #14968] mlx: qwen3.5 vision support #40817

Open
opened 2026-04-23 01:37:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14968
Author: @pdevine
Created: 3/19/2026
Status: 🔄 Open

Base: mainHead: pdevine/qwen35_vision


📝 Commits (5)

📊 Changes

12 files changed (+1949 additions, -170 deletions)

View changed files

📝 x/create/client/create.go (+58 -123)
📝 x/create/client/create_test.go (+31 -0)
📝 x/mlxrunner/cache.go (+17 -0)
📝 x/mlxrunner/client.go (+2 -0)
📝 x/mlxrunner/mlx/ops_extra.go (+12 -0)
x/mlxrunner/model/base/multimodal.go (+32 -0)
📝 x/mlxrunner/pipeline.go (+43 -3)
📝 x/mlxrunner/runner.go (+3 -1)
x/models/qwen3_5/multimodal.go (+354 -0)
📝 x/models/qwen3_5/qwen3_5.go (+147 -37)
📝 x/models/qwen3_5/qwen3_5_test.go (+396 -6)
x/models/qwen3_5/vision.go (+854 -0)

📄 Description

This change adds vision support to qwen3.5 for the mlx runner.


🔄 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/14968 **Author:** [@pdevine](https://github.com/pdevine) **Created:** 3/19/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `pdevine/qwen35_vision` --- ### 📝 Commits (5) - [`7e6e837`](https://github.com/ollama/ollama/commit/7e6e8377eb845064e9a1653f22cf63ff03344bfd) mlx: qwen3.5 vision support - [`455a609`](https://github.com/ollama/ollama/commit/455a6099d15d420d1cf9eef3be45d2676113c57f) gofumpt the linter - [`b960d76`](https://github.com/ollama/ollama/commit/b960d769ad0f13d2d98cc578414d50af8bd5308d) more linter fixes - [`a10d262`](https://github.com/ollama/ollama/commit/a10d2625ca63d35ee2facfee9b73f6ee6c8a8d60) linters ftw - [`578c32e`](https://github.com/ollama/ollama/commit/578c32e42e3a4d0ecb2720496d4fe7926d932177) still more linter stuff ### 📊 Changes **12 files changed** (+1949 additions, -170 deletions) <details> <summary>View changed files</summary> 📝 `x/create/client/create.go` (+58 -123) 📝 `x/create/client/create_test.go` (+31 -0) 📝 `x/mlxrunner/cache.go` (+17 -0) 📝 `x/mlxrunner/client.go` (+2 -0) 📝 `x/mlxrunner/mlx/ops_extra.go` (+12 -0) ➕ `x/mlxrunner/model/base/multimodal.go` (+32 -0) 📝 `x/mlxrunner/pipeline.go` (+43 -3) 📝 `x/mlxrunner/runner.go` (+3 -1) ➕ `x/models/qwen3_5/multimodal.go` (+354 -0) 📝 `x/models/qwen3_5/qwen3_5.go` (+147 -37) 📝 `x/models/qwen3_5/qwen3_5_test.go` (+396 -6) ➕ `x/models/qwen3_5/vision.go` (+854 -0) </details> ### 📄 Description This change adds vision support to qwen3.5 for the mlx runner. --- <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:37:41 -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#40817