[PR #13379] [CLOSED] GGML update to b7327 #14184

Closed
opened 2026-04-13 00:47:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13379
Author: @dhiltgen
Created: 12/8/2025
Status: Closed

Base: mainHead: ggml_bump


📝 Commits (1)

📊 Changes

110 files changed (+4694 additions, -2438 deletions)

View changed files

📝 Makefile.sync (+1 -1)
📝 llama/build-info.cpp (+1 -1)
📝 llama/llama.cpp/common/common.cpp (+70 -7)
📝 llama/llama.cpp/common/common.h (+23 -5)
📝 llama/llama.cpp/common/json-schema-to-grammar.cpp (+1 -1)
📝 llama/llama.cpp/common/log.cpp (+18 -27)
📝 llama/llama.cpp/common/log.h (+19 -12)
📝 llama/llama.cpp/src/llama-arch.cpp (+30 -1)
📝 llama/llama.cpp/src/llama-arch.h (+3 -0)
📝 llama/llama.cpp/src/llama-context.cpp (+6 -6)
📝 llama/llama.cpp/src/llama-context.h (+1 -1)
📝 llama/llama.cpp/src/llama-graph.cpp (+4 -7)
📝 llama/llama.cpp/src/llama-hparams.h (+2 -2)
📝 llama/llama.cpp/src/llama-impl.h (+1 -1)
📝 llama/llama.cpp/src/llama-mmap.cpp (+1 -1)
📝 llama/llama.cpp/src/llama-model.cpp (+54 -6)
📝 llama/llama.cpp/src/llama-quant.cpp (+0 -29)
📝 llama/llama.cpp/src/llama-vocab.cpp (+1 -2)
📝 llama/llama.cpp/src/models/deepseek2.cpp (+18 -0)
llama/llama.cpp/src/models/mistral3.cpp (+160 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/13379 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 12/8/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ggml_bump` --- ### 📝 Commits (1) - [`da2a9e1`](https://github.com/ollama/ollama/commit/da2a9e18c75506d4e8d561e68ffde13e0230e44f) GGML update to b7327 ### 📊 Changes **110 files changed** (+4694 additions, -2438 deletions) <details> <summary>View changed files</summary> 📝 `Makefile.sync` (+1 -1) 📝 `llama/build-info.cpp` (+1 -1) 📝 `llama/llama.cpp/common/common.cpp` (+70 -7) 📝 `llama/llama.cpp/common/common.h` (+23 -5) 📝 `llama/llama.cpp/common/json-schema-to-grammar.cpp` (+1 -1) 📝 `llama/llama.cpp/common/log.cpp` (+18 -27) 📝 `llama/llama.cpp/common/log.h` (+19 -12) 📝 `llama/llama.cpp/src/llama-arch.cpp` (+30 -1) 📝 `llama/llama.cpp/src/llama-arch.h` (+3 -0) 📝 `llama/llama.cpp/src/llama-context.cpp` (+6 -6) 📝 `llama/llama.cpp/src/llama-context.h` (+1 -1) 📝 `llama/llama.cpp/src/llama-graph.cpp` (+4 -7) 📝 `llama/llama.cpp/src/llama-hparams.h` (+2 -2) 📝 `llama/llama.cpp/src/llama-impl.h` (+1 -1) 📝 `llama/llama.cpp/src/llama-mmap.cpp` (+1 -1) 📝 `llama/llama.cpp/src/llama-model.cpp` (+54 -6) 📝 `llama/llama.cpp/src/llama-quant.cpp` (+0 -29) 📝 `llama/llama.cpp/src/llama-vocab.cpp` (+1 -2) 📝 `llama/llama.cpp/src/models/deepseek2.cpp` (+18 -0) ➕ `llama/llama.cpp/src/models/mistral3.cpp` (+160 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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-13 00:47:41 -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#14184