[PR #12018] [MERGED] convert(gptoss): mxfp4 to ggml layout to avoid jit conversion #75981

Closed
opened 2026-05-05 08:25:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12018
Author: @mxyng
Created: 8/21/2025
Status: Merged
Merged: 8/26/2025
Merged by: @mxyng

Base: mainHead: mxyng/convert-gpt-oss


📝 Commits (4)

📊 Changes

6 files changed (+49 additions, -58 deletions)

View changed files

📝 convert/convert_gptoss.go (+15 -2)
📝 convert/reader.go (+1 -1)
📝 convert/reader_safetensors.go (+3 -3)
📝 fs/ggml/ggml.go (+18 -18)
📝 fs/ggml/type.go (+6 -5)
📝 ml/backend/ggml/ggml.go (+6 -29)

📄 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/12018 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 8/21/2025 **Status:** ✅ Merged **Merged:** 8/26/2025 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/convert-gpt-oss` --- ### 📝 Commits (4) - [`03c6dea`](https://github.com/ollama/ollama/commit/03c6dea2f33dbf7a76ba514323399b48c3e91b6b) convert: return bytes written - [`e69aea8`](https://github.com/ollama/ollama/commit/e69aea81f07f3454412317b71e88a4ade1e9c5fd) ggml flavor mxfp4 - [`af4a66a`](https://github.com/ollama/ollama/commit/af4a66a5205449d8f93008c9e02a887725ad767b) simplify jit conversion - [`c3864c0`](https://github.com/ollama/ollama/commit/c3864c07601aa47e2d28352e1ed9b250d7845abf) comment ### 📊 Changes **6 files changed** (+49 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `convert/convert_gptoss.go` (+15 -2) 📝 `convert/reader.go` (+1 -1) 📝 `convert/reader_safetensors.go` (+3 -3) 📝 `fs/ggml/ggml.go` (+18 -18) 📝 `fs/ggml/type.go` (+6 -5) 📝 `ml/backend/ggml/ggml.go` (+6 -29) </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-05-05 08:25:09 -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#75981