[PR #10225] [CLOSED] ggml: fix crash for when head counts are arrays #13184

Closed
opened 2026-04-13 00:20:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10225
Author: @drifkin
Created: 4/10/2025
Status: Closed

Base: mainHead: drifkin/array-head-count


📝 Commits (2)

  • 0188c74 ggml: fix crash for array head counts
  • 7c94471 ggml: more accurate estimates for head count array case

📊 Changes

2 files changed (+225 additions, -55 deletions)

View changed files

📝 fs/ggml/ggml.go (+224 -54)
📝 llm/memory.go (+1 -1)

📄 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/10225 **Author:** [@drifkin](https://github.com/drifkin) **Created:** 4/10/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `drifkin/array-head-count` --- ### 📝 Commits (2) - [`0188c74`](https://github.com/ollama/ollama/commit/0188c74c418e700d758308841356a1752a59723a) ggml: fix crash for array head counts - [`7c94471`](https://github.com/ollama/ollama/commit/7c94471d381cccf56608ea11bf69a6db50c4cf60) ggml: more accurate estimates for head count array case ### 📊 Changes **2 files changed** (+225 additions, -55 deletions) <details> <summary>View changed files</summary> 📝 `fs/ggml/ggml.go` (+224 -54) 📝 `llm/memory.go` (+1 -1) </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:20:10 -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#13184