[PR #881] [MERGED] ggufv3 #10372

Closed
opened 2026-04-12 22:59:13 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/881
Author: @mxyng
Created: 10/23/2023
Status: Merged
Merged: 10/23/2023
Merged by: @mxyng

Base: mainHead: mxyng/ggufv3


📝 Commits (1)

📊 Changes

2 files changed (+36 additions, -34 deletions)

View changed files

📝 llm/ggml.go (+6 -3)
📝 llm/gguf.go (+30 -31)

📄 Description

ggufv3 adds support for big endianness, mainly for s390x architecture. while that's not currently supported for ollama, the change is simple.

loosen version check to be more forward compatible. unless specified, gguf versions other v1 will be decoded into v2.


🔄 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/881 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 10/23/2023 **Status:** ✅ Merged **Merged:** 10/23/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/ggufv3` --- ### 📝 Commits (1) - [`125d0a0`](https://github.com/ollama/ollama/commit/125d0a013a5daada452eba03adafd8134dc6fef0) ggufv3 ### 📊 Changes **2 files changed** (+36 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `llm/ggml.go` (+6 -3) 📝 `llm/gguf.go` (+30 -31) </details> ### 📄 Description ggufv3 adds support for big endianness, mainly for s390x architecture. while that's not currently supported for ollama, the change is simple. loosen version check to be more forward compatible. unless specified, gguf versions other v1 will be decoded into v2. --- <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 22:59:13 -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#10372