[PR #13176] [MERGED] discovery: fix cuda overlap case #19379

Closed
opened 2026-04-16 07:05:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13176
Author: @dhiltgen
Created: 11/20/2025
Status: Merged
Merged: 11/20/2025
Merged by: @dhiltgen

Base: mainHead: thor


📝 Commits (1)

  • 15bcf43 discovery: fix cuda overlap case

📊 Changes

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

View changed files

📝 discover/runner.go (+11 -1)

📄 Description

Recent refactoring introduced a regression for filtering cuda overlap to favor newest supported version.

In the context of NVIDIA Jetson Thor, both v12 and v13 enumerate the GPU, but v12 doesn't actually work at runtime.

Fixes #13033


🔄 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/13176 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 11/20/2025 **Status:** ✅ Merged **Merged:** 11/20/2025 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `thor` --- ### 📝 Commits (1) - [`15bcf43`](https://github.com/ollama/ollama/commit/15bcf439f424ff7c1711eb6055152559dba5015a) discovery: fix cuda overlap case ### 📊 Changes **1 file changed** (+11 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `discover/runner.go` (+11 -1) </details> ### 📄 Description Recent refactoring introduced a regression for filtering cuda overlap to favor newest supported version. In the context of NVIDIA Jetson Thor, both v12 and v13 enumerate the GPU, but v12 doesn't actually work at runtime. Fixes #13033 --- <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-16 07:05:36 -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#19379