[PR #6620] [MERGED] Use cuda v11 for driver 525 and older #17445

Closed
opened 2026-04-16 06:02:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/6620
Author: @dhiltgen
Created: 9/3/2024
Status: Merged
Merged: 9/4/2024
Merged by: @dhiltgen

Base: mainHead: old_cuda_ver


📝 Commits (1)

  • 209fb2a Use cuda v11 for driver 525 and older

📊 Changes

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

View changed files

📝 gpu/cuda_common.go (+1 -1)

📄 Description

It looks like driver 525 (aka, cuda driver 12.0) has problems with the cuda v12 library we compile against, so run v11 on those older drivers if detected.

Fixes #6556


🔄 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/6620 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 9/3/2024 **Status:** ✅ Merged **Merged:** 9/4/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `old_cuda_ver` --- ### 📝 Commits (1) - [`209fb2a`](https://github.com/ollama/ollama/commit/209fb2a0d6ae6ecd5a51018c47c4f08058318547) Use cuda v11 for driver 525 and older ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `gpu/cuda_common.go` (+1 -1) </details> ### 📄 Description It looks like driver 525 (aka, cuda driver 12.0) has problems with the cuda v12 library we compile against, so run v11 on those older drivers if detected. Fixes #6556 --- <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 06:02:49 -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#17445