[PR #3863] [MERGED] fixes for gguf #11301

Closed
opened 2026-04-12 23:27:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3863
Author: @pdevine
Created: 4/24/2024
Status: Merged
Merged: 4/24/2024
Merged by: @pdevine

Base: mainHead: pdevine/gguf-fixes


📝 Commits (1)

📊 Changes

1 file changed (+10 additions, -6 deletions)

View changed files

📝 llm/gguf.go (+10 -6)

📄 Description

This change:

  • adds the KVs for moes
  • catches when an improper type was used in the KVs (we can add more if/when this changes)
  • accounts for n-tensors in 8x22b moe models (where n > 2)

🔄 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/3863 **Author:** [@pdevine](https://github.com/pdevine) **Created:** 4/24/2024 **Status:** ✅ Merged **Merged:** 4/24/2024 **Merged by:** [@pdevine](https://github.com/pdevine) **Base:** `main` ← **Head:** `pdevine/gguf-fixes` --- ### 📝 Commits (1) - [`e5eb9d9`](https://github.com/ollama/ollama/commit/e5eb9d9be0f1cf8dd96329bf8eb2ebf90f2efed2) fixes for gguf ### 📊 Changes **1 file changed** (+10 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `llm/gguf.go` (+10 -6) </details> ### 📄 Description This change: * adds the KVs for moes * catches when an improper type was used in the KVs (we can add more if/when this changes) * accounts for n-tensors in 8x22b moe models (where n > 2) --- <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-12 23:27:14 -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#11301