[PR #15106] [MERGED] mlx: fix vision capability + min version #20299

Closed
opened 2026-04-16 07:32:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15106
Author: @pdevine
Created: 3/27/2026
Status: Merged
Merged: 3/28/2026
Merged by: @pdevine

Base: mainHead: pdevine/safetensors-create


📝 Commits (3)

📊 Changes

7 files changed (+208 additions, -22 deletions)

View changed files

📝 cmd/cmd_test.go (+12 -5)
📝 server/routes.go (+5 -3)
📝 server/routes_test.go (+33 -0)
📝 x/create/client/create.go (+46 -7)
📝 x/create/client/create_test.go (+92 -2)
📝 x/server/show.go (+7 -3)
📝 x/server/show_test.go (+13 -2)

📄 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/15106 **Author:** [@pdevine](https://github.com/pdevine) **Created:** 3/27/2026 **Status:** ✅ Merged **Merged:** 3/28/2026 **Merged by:** [@pdevine](https://github.com/pdevine) **Base:** `main` ← **Head:** `pdevine/safetensors-create` --- ### 📝 Commits (3) - [`98b448b`](https://github.com/ollama/ollama/commit/98b448bc55ab36a15aa7496ce567f90171cf235d) mlx: fix vision capability + min version - [`9b2f7c1`](https://github.com/ollama/ollama/commit/9b2f7c15e5587acafda84dc4473e10d8e9a2e56c) fix unit test - [`7a2a819`](https://github.com/ollama/ollama/commit/7a2a81989540de93fa4aaa8525965f8fa53a3193) add quantization name ### 📊 Changes **7 files changed** (+208 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd_test.go` (+12 -5) 📝 `server/routes.go` (+5 -3) 📝 `server/routes_test.go` (+33 -0) 📝 `x/create/client/create.go` (+46 -7) 📝 `x/create/client/create_test.go` (+92 -2) 📝 `x/server/show.go` (+7 -3) 📝 `x/server/show_test.go` (+13 -2) </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-16 07:32:36 -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#20299