[PR #12890] [MERGED] cpu: always ensure LibOllamaPath included #19263

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12890
Author: @dhiltgen
Created: 10/31/2025
Status: Merged
Merged: 10/31/2025
Merged by: @dhiltgen

Base: mainHead: cpu_only_libs


📝 Commits (1)

  • 07b75e3 cpu: always ensure LibOllamaPath included

📊 Changes

3 files changed (+8 additions, -8 deletions)

View changed files

📝 discover/runner.go (+6 -6)
📝 ml/device.go (+1 -1)
📝 ml/path.go (+1 -1)

📄 Description

In CPU only setups the LibOllamaPath was omitted causing us not to load the ggml-cpu-XXX libraries during inference.

Fixes #12873
Fixes #12882
Fixes #12886


🔄 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/12890 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 10/31/2025 **Status:** ✅ Merged **Merged:** 10/31/2025 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `cpu_only_libs` --- ### 📝 Commits (1) - [`07b75e3`](https://github.com/ollama/ollama/commit/07b75e3fd4a5ef76a21b14c32d7bfe9514be116f) cpu: always ensure LibOllamaPath included ### 📊 Changes **3 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `discover/runner.go` (+6 -6) 📝 `ml/device.go` (+1 -1) 📝 `ml/path.go` (+1 -1) </details> ### 📄 Description In CPU only setups the LibOllamaPath was omitted causing us not to load the ggml-cpu-XXX libraries during inference. Fixes #12873 Fixes #12882 Fixes #12886 --- <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:02:17 -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#19263