[PR #14276] [MERGED] model: add gemma3 to the mlxrunner #19867

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

📋 Pull Request Information

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

Base: mainHead: pdevine/gemma3-mlx


📝 Commits (1)

  • fdaf274 model: add gemma3 to the mlxrunner

📊 Changes

6 files changed (+891 additions, -91 deletions)

View changed files

📝 x/mlxrunner/imports.go (+1 -0)
x/mlxrunner/model/quant.go (+130 -0)
📝 x/mlxrunner/model/root.go (+180 -25)
📝 x/mlxrunner/pipeline.go (+7 -3)
x/models/gemma3/gemma3.go (+521 -0)
📝 x/models/glm4_moe_lite/glm4_moe_lite.go (+52 -63)

📄 Description

This change adds the gemma3 model to the mlxrunner and simplifies some of the quantization code for loading weights.


🔄 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/14276 **Author:** [@pdevine](https://github.com/pdevine) **Created:** 2/16/2026 **Status:** ✅ Merged **Merged:** 2/16/2026 **Merged by:** [@pdevine](https://github.com/pdevine) **Base:** `main` ← **Head:** `pdevine/gemma3-mlx` --- ### 📝 Commits (1) - [`fdaf274`](https://github.com/ollama/ollama/commit/fdaf2744110fbed0b34181d5a61530fc50807a84) model: add gemma3 to the mlxrunner ### 📊 Changes **6 files changed** (+891 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `x/mlxrunner/imports.go` (+1 -0) ➕ `x/mlxrunner/model/quant.go` (+130 -0) 📝 `x/mlxrunner/model/root.go` (+180 -25) 📝 `x/mlxrunner/pipeline.go` (+7 -3) ➕ `x/models/gemma3/gemma3.go` (+521 -0) 📝 `x/models/glm4_moe_lite/glm4_moe_lite.go` (+52 -63) </details> ### 📄 Description This change adds the gemma3 model to the mlxrunner and simplifies some of the quantization code for loading weights. --- <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:19:02 -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#19867