[PR #11114] [MERGED] Revert "feat: incremental gguf parser" #23982

Closed
opened 2026-04-19 17:19:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/11114
Author: @jmorganca
Created: 6/18/2025
Status: Merged
Merged: 6/18/2025
Merged by: @jmorganca

Base: mainHead: revert-10822-mxyng/gguf


📝 Commits (1)

📊 Changes

13 files changed (+169 additions, -1362 deletions)

View changed files

fs/gguf/gguf.go (+0 -347)
fs/gguf/gguf_test.go (+0 -249)
fs/gguf/keyvalue.go (+0 -90)
fs/gguf/keyvalue_test.go (+0 -208)
fs/gguf/lazy.go (+0 -89)
fs/gguf/reader.go (+0 -23)
fs/gguf/tensor.go (+0 -288)
📝 go.mod (+1 -1)
📝 go.sum (+2 -2)
📝 server/images.go (+15 -11)
📝 server/images_test.go (+129 -44)
📝 server/quantization_test.go (+10 -2)
📝 server/sched_test.go (+12 -8)

📄 Description

Reverts ollama/ollama#10822 as it caused a series of models to fail on load:

Fixes https://github.com/ollama/ollama/issues/11103
Fixes https://github.com/ollama/ollama/issues/11111


🔄 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/11114 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 6/18/2025 **Status:** ✅ Merged **Merged:** 6/18/2025 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `revert-10822-mxyng/gguf` --- ### 📝 Commits (1) - [`7aa9cbb`](https://github.com/ollama/ollama/commit/7aa9cbb06234f2a664cf376c3bb9611399dd65a2) Revert "feat: incremental gguf parser (#10822)" ### 📊 Changes **13 files changed** (+169 additions, -1362 deletions) <details> <summary>View changed files</summary> ➖ `fs/gguf/gguf.go` (+0 -347) ➖ `fs/gguf/gguf_test.go` (+0 -249) ➖ `fs/gguf/keyvalue.go` (+0 -90) ➖ `fs/gguf/keyvalue_test.go` (+0 -208) ➖ `fs/gguf/lazy.go` (+0 -89) ➖ `fs/gguf/reader.go` (+0 -23) ➖ `fs/gguf/tensor.go` (+0 -288) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) 📝 `server/images.go` (+15 -11) 📝 `server/images_test.go` (+129 -44) 📝 `server/quantization_test.go` (+10 -2) 📝 `server/sched_test.go` (+12 -8) </details> ### 📄 Description Reverts ollama/ollama#10822 as it caused a series of models to fail on load: Fixes https://github.com/ollama/ollama/issues/11103 Fixes https://github.com/ollama/ollama/issues/11111 --- <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-19 17:19:08 -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#23982