[PR #10414] [MERGED] convert: change to colmajor #75529

Closed
opened 2026-05-05 07:57:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10414
Author: @mxyng
Created: 4/25/2025
Status: Merged
Merged: 4/25/2025
Merged by: @mxyng

Base: mainHead: mxyng/convert-colmajor


📝 Commits (1)

  • 9763856 convert: change to colmajor

📊 Changes

2 files changed (+13 additions, -16 deletions)

View changed files

📝 convert/convert.go (+11 -14)
📝 fs/ggml/gguf.go (+2 -2)

📄 Description

currently the shape is updated to colmajor in fs/ggml/gguf which break the abstraction and prevents WriteGGUF from being round tripped. this moves the shaping up to convert


🔄 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/10414 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 4/25/2025 **Status:** ✅ Merged **Merged:** 4/25/2025 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/convert-colmajor` --- ### 📝 Commits (1) - [`9763856`](https://github.com/ollama/ollama/commit/9763856bea2795a64a9b80ccf24af7553ec3d258) convert: change to colmajor ### 📊 Changes **2 files changed** (+13 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `convert/convert.go` (+11 -14) 📝 `fs/ggml/gguf.go` (+2 -2) </details> ### 📄 Description currently the shape is updated to colmajor in fs/ggml/gguf which break the abstraction and prevents WriteGGUF from being round tripped. this moves the shaping up to convert --- <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 07:57:04 -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#75529