[PR #13288] [MERGED] jetpack: require exact match or skip cuda_jetpack* #40021

Closed
opened 2026-04-23 01:01:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13288
Author: @dhiltgen
Created: 12/1/2025
Status: Merged
Merged: 12/1/2025
Merged by: @dhiltgen

Base: mainHead: jetpack


📝 Commits (1)

  • 3751939 jetpack: require exact match or skip cuda_jetpack*

📊 Changes

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

View changed files

📝 discover/runner.go (+3 -0)

📄 Description

The cuda_jetpack libs will enumerate discrete GPUs on SBSA systems which leads to runtime failures of missing kernels. This fix requires an exact match to enable jetpacks instead of relying on enumeration to filter out supported libraries.

Fixes #13169


🔄 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/13288 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 12/1/2025 **Status:** ✅ Merged **Merged:** 12/1/2025 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `jetpack` --- ### 📝 Commits (1) - [`3751939`](https://github.com/ollama/ollama/commit/37519392bfe4f637eaa7a31834bfe394cedc03b4) jetpack: require exact match or skip cuda_jetpack* ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `discover/runner.go` (+3 -0) </details> ### 📄 Description The cuda_jetpack libs will enumerate discrete GPUs on SBSA systems which leads to runtime failures of missing kernels. This fix requires an exact match to enable jetpacks instead of relying on enumeration to filter out supported libraries. Fixes #13169 --- <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-23 01:01:37 -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#40021