[PR #1915] [MERGED] Bump llama.cpp to b1842 and add new cuda lib dep #10722

Closed
opened 2026-04-12 23:08:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1915
Author: @dhiltgen
Created: 1/11/2024
Status: Merged
Merged: 1/16/2024
Merged by: @dhiltgen

Base: mainHead: bump_llama_with_new_dep


📝 Commits (1)

  • 795674d Bump llama.cpp to b1842 and add new cuda lib dep

📊 Changes

2 files changed (+2 additions, -1 deletions)

View changed files

📝 llm/generate/gen_linux.sh (+1 -0)
📝 llm/llama.cpp (+1 -1)

📄 Description

Upstream llama.cpp has added a new dependency with the NVIDIA CUDA Driver Libraries (libcuda.so) which is part of the driver distribution, not the general cuda libraries, and is not available as an archive, so we can not statically link it. This may introduce some additional compatibility challenges which we'll need to keep an eye on.

Marking draft until we can test on more driver/cuda version combinations to ensure this doesn't cause compatibility problems.


🔄 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/1915 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 1/11/2024 **Status:** ✅ Merged **Merged:** 1/16/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `bump_llama_with_new_dep` --- ### 📝 Commits (1) - [`795674d`](https://github.com/ollama/ollama/commit/795674dd9078e21ea7bbe3587d39f26e9351c8b0) Bump llama.cpp to b1842 and add new cuda lib dep ### 📊 Changes **2 files changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `llm/generate/gen_linux.sh` (+1 -0) 📝 `llm/llama.cpp` (+1 -1) </details> ### 📄 Description Upstream llama.cpp has added a new dependency with the NVIDIA CUDA Driver Libraries (libcuda.so) which is part of the driver distribution, not the general cuda libraries, and is not available as an archive, so we can not statically link it. This may introduce some additional compatibility challenges which we'll need to keep an eye on. Marking draft until we can test on more driver/cuda version combinations to ensure this doesn't cause compatibility problems. --- <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-12 23:08:52 -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#10722