[PR #5656] [CLOSED] llm: reorder gguf tensors #17142

Closed
opened 2026-04-16 05:53:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/5656
Author: @joshyan1
Created: 7/12/2024
Status: Closed

Base: mainHead: jyan/reord-g


📝 Commits (10+)

📊 Changes

5 files changed (+514 additions, -31 deletions)

View changed files

📝 llm/ggla.go (+5 -1)
📝 llm/ggml.go (+37 -2)
📝 llm/gguf.go (+250 -26)
llm/gguf_test.go (+187 -0)
📝 server/model.go (+35 -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/5656 **Author:** [@joshyan1](https://github.com/joshyan1) **Created:** 7/12/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `jyan/reord-g` --- ### 📝 Commits (10+) - [`29ecfe4`](https://github.com/ollama/ollama/commit/29ecfe493b99b270a2971ae1e3403b2f6b330eb5) write - [`2fdebff`](https://github.com/ollama/ollama/commit/2fdebffc8d675f198af8f4f07e9fffa2f0f42549) sawp - [`e75fb73`](https://github.com/ollama/ollama/commit/e75fb73839c4fd3b7abbde1b6c9a274898c9277b) types - [`554f3bd`](https://github.com/ollama/ollama/commit/554f3bdc0e1a61f2d3f02b53bced0e82c0d02130) interface - [`3d0fd31`](https://github.com/ollama/ollama/commit/3d0fd31f0e0e6f9d14dd71c86f17b83266f1e8cc) TensorWriter - [`d7c8d4f`](https://github.com/ollama/ollama/commit/d7c8d4f3f4a964610dd052e0e98797a5f7525275) ggufwritekv - [`6fafe4f`](https://github.com/ollama/ollama/commit/6fafe4f75307672a0bae63c81334977b4c84df63) gguf - [`cf57246`](https://github.com/ollama/ollama/commit/cf57246aba0faeda118ecd39dd72420db5849bf7) write - [`faa3c93`](https://github.com/ollama/ollama/commit/faa3c937cfbe0d5a87db717f3dfebbd112d468be) writeto - [`15a0215`](https://github.com/ollama/ollama/commit/15a02152038b43489701d1d8d471973043b40d87) running ### 📊 Changes **5 files changed** (+514 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `llm/ggla.go` (+5 -1) 📝 `llm/ggml.go` (+37 -2) 📝 `llm/gguf.go` (+250 -26) ➕ `llm/gguf_test.go` (+187 -0) 📝 `server/model.go` (+35 -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 05:53:47 -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#17142