[PR #10510] [MERGED] fix: write gguf padding #75555

Closed
opened 2026-05-05 07:58:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10510
Author: @mxyng
Created: 5/1/2025
Status: Merged
Merged: 5/1/2025
Merged by: @mxyng

Base: mainHead: mxyng/fix-pad


📝 Commits (2)

📊 Changes

2 files changed (+65 additions, -1 deletions)

View changed files

📝 fs/ggml/gguf.go (+2 -1)
fs/ggml/gguf_test.go (+63 -0)

📄 Description

padding was being added to offset but not to the running count


🔄 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/10510 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 5/1/2025 **Status:** ✅ Merged **Merged:** 5/1/2025 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/fix-pad` --- ### 📝 Commits (2) - [`de81113`](https://github.com/ollama/ollama/commit/de8111349b5693f29f04fc388a17c5498b4efcf0) add gguf_test - [`2ce0f56`](https://github.com/ollama/ollama/commit/2ce0f5611158a9596d7059210f3656560c244e36) fix padding ### 📊 Changes **2 files changed** (+65 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `fs/ggml/gguf.go` (+2 -1) ➕ `fs/ggml/gguf_test.go` (+63 -0) </details> ### 📄 Description padding was being added to offset but not to the running count --- <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:58: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#75555