[PR #10485] [MERGED] Narrow set of paths we load GGML from #18525

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10485
Author: @dhiltgen
Created: 4/29/2025
Status: Merged
Merged: 4/30/2025
Merged by: @dhiltgen

Base: mainHead: ggml_load


📝 Commits (1)

  • b6dd23d Narrow set of paths we load GGML from

📊 Changes

2 files changed (+10 additions, -11 deletions)

View changed files

📝 llm/server.go (+6 -1)
📝 ml/backend/ggml/ggml/src/ggml.go (+4 -10)

📄 Description

Users may have other incompatible GGML installs on their systems. This will prevent us from trying to load them from the path.


🔄 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/10485 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 4/29/2025 **Status:** ✅ Merged **Merged:** 4/30/2025 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `ggml_load` --- ### 📝 Commits (1) - [`b6dd23d`](https://github.com/ollama/ollama/commit/b6dd23ddf743248db064efbba2371878b86c2afd) Narrow set of paths we load GGML from ### 📊 Changes **2 files changed** (+10 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `llm/server.go` (+6 -1) 📝 `ml/backend/ggml/ggml/src/ggml.go` (+4 -10) </details> ### 📄 Description Users may have other incompatible GGML installs on their systems. This will prevent us from trying to load them from the path. --- <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:38:04 -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#18525