[PR #10822] feat: incremental gguf parser #13379

Closed
opened 2026-04-13 00:25:28 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/ollama/ollama/pull/10822

State: closed
Merged: Yes


this change implements a new gguf file parser reading only what the user needs rather than the entire file. this significantly improves most operations since there are many cases where only a subset of the kvs or tensor info is required

**Original Pull Request:** https://github.com/ollama/ollama/pull/10822 **State:** closed **Merged:** Yes --- this change implements a new gguf file parser reading only what the user needs rather than the entire file. this significantly improves most operations since there are many cases where only a subset of the kvs or tensor info is required
GiteaMirror added the pull-request label 2026-04-13 00:25:28 -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#13379