[PR #509] [MERGED] support for packaging in multiple cuda runners #41438

Closed
opened 2026-04-24 21:19:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/509
Author: @BruceMacD
Created: 9/11/2023
Status: Merged
Merged: 9/14/2023
Merged by: @BruceMacD

Base: mainHead: brucemacd/linux-gpu-multicuda


📝 Commits (8)

📊 Changes

5 files changed (+95 additions, -37 deletions)

View changed files

📝 docs/development.md (+1 -1)
📝 llm/ggml.go (+1 -7)
📝 llm/gguf.go (+1 -7)
📝 llm/llama.cpp/generate_linux.go (+10 -4)
📝 llm/llama.go (+82 -18)

📄 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/509 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 9/11/2023 **Status:** ✅ Merged **Merged:** 9/14/2023 **Merged by:** [@BruceMacD](https://github.com/BruceMacD) **Base:** `main` ← **Head:** `brucemacd/linux-gpu-multicuda` --- ### 📝 Commits (8) - [`f54cc3b`](https://github.com/ollama/ollama/commit/f54cc3b6b468dcf9d439a3e54008ee53941d35c7) linux gpu support - [`6606192`](https://github.com/ollama/ollama/commit/66061920e0327a946ccbde18e1481b53a2f78812) Update generate_linux.sh - [`2b5caa3`](https://github.com/ollama/ollama/commit/2b5caa37b7bb7bee3ff6fc26e4e9ec446ce55983) add cuda docker image (#488) - [`d8b4905`](https://github.com/ollama/ollama/commit/d8b4905d5ab56d427e041e948fc27e687d3bf142) enable packaging multiple cuda versions - [`fb3bf84`](https://github.com/ollama/ollama/commit/fb3bf845b764d853e2369126d99dacfed6ec4c7b) use nvcc cuda version if available - [`ec6da57`](https://github.com/ollama/ollama/commit/ec6da57cc35d48197d4eb702169a4d08b3609043) cpu builds - [`6e4ee08`](https://github.com/ollama/ollama/commit/6e4ee08a88714707393065c63632ea304a71cc5d) Update generate_linux.go - [`747a9a4`](https://github.com/ollama/ollama/commit/747a9a40020558443b963b8301d63ceaa69c4e6b) cuda version env var ### 📊 Changes **5 files changed** (+95 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `docs/development.md` (+1 -1) 📝 `llm/ggml.go` (+1 -7) 📝 `llm/gguf.go` (+1 -7) 📝 `llm/llama.cpp/generate_linux.go` (+10 -4) 📝 `llm/llama.go` (+82 -18) </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-24 21:19:11 -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#41438