[PR #12935] [MERGED] ggml: Increase maximum graph size #14004

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12935
Author: @jessegross
Created: 11/3/2025
Status: Merged
Merged: 11/4/2025
Merged by: @jessegross

Base: mainHead: jessegross/max_graph


📝 Commits (1)

  • f5bc7e9 ggml: Increase maximum graph size

📊 Changes

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

View changed files

📝 ml/backend/ggml/ggml.go (+1 -1)

📄 Description

The initial implementation of qwen3-vl:235b exceeded the maximum graph size based on the number of tensors. Although this was later fixed through the use of the mrope operation, we are close to the limit in some cases. This updates to track the current llama.cpp usage of GGML.


🔄 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/12935 **Author:** [@jessegross](https://github.com/jessegross) **Created:** 11/3/2025 **Status:** ✅ Merged **Merged:** 11/4/2025 **Merged by:** [@jessegross](https://github.com/jessegross) **Base:** `main` ← **Head:** `jessegross/max_graph` --- ### 📝 Commits (1) - [`f5bc7e9`](https://github.com/ollama/ollama/commit/f5bc7e9f0cf9d73d7177bf5cdbe49e1130ca9681) ggml: Increase maximum graph size ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `ml/backend/ggml/ggml.go` (+1 -1) </details> ### 📄 Description The initial implementation of qwen3-vl:235b exceeded the maximum graph size based on the number of tensors. Although this was later fixed through the use of the mrope operation, we are close to the limit in some cases. This updates to track the current llama.cpp usage of GGML. --- <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:42:22 -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#14004