[PR #12686] [MERGED] fix gemma3n on vulkan #12655

Closed
opened 2025-11-12 16:42:27 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12686
Author: @dhiltgen
Created: 10/18/2025
Status: Merged
Merged: 10/18/2025
Merged by: @dhiltgen

Base: mainHead: gemma3n_vulkan


📝 Commits (1)

  • 4d4582c contiguous input per layer

📊 Changes

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

View changed files

📝 model/models/gemma3n/model_text.go (+1 -1)

📄 Description

Resolves the assert seen on vulkan backends:

GGML_ASSERT(op_supports_incontiguous || (ggml_is_contiguous(src0) && (src1 == nullptr || ggml_is_contiguous(src1)))) failed

🔄 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/12686 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 10/18/2025 **Status:** ✅ Merged **Merged:** 10/18/2025 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `gemma3n_vulkan` --- ### 📝 Commits (1) - [`4d4582c`](https://github.com/ollama/ollama/commit/4d4582c2b5f8425bd80244272a832a6749cad086) contiguous input per layer ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `model/models/gemma3n/model_text.go` (+1 -1) </details> ### 📄 Description Resolves the assert seen on vulkan backends: ``` GGML_ASSERT(op_supports_incontiguous || (ggml_is_contiguous(src0) && (src1 == nullptr || ggml_is_contiguous(src1)))) failed ``` --- <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 2025-11-12 16:42:27 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama-ollama#12655