[PR #10549] [MERGED] win: ensure ollama paths come first #12009

Closed
opened 2025-11-12 16:26:44 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10549
Author: @dhiltgen
Created: 5/3/2025
Status: Merged
Merged: 5/3/2025
Merged by: @dhiltgen

Base: mainHead: win_paths


📝 Commits (1)

  • 49a4599 win: ensure ollama paths come first

📊 Changes

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

View changed files

📝 llm/server.go (+4 -4)
📝 scripts/build_windows.ps1 (+1 -1)

📄 Description

For all search path env vars make sure our dirs are first to avoid potentially finding other incompatible libraries on the users system.

Also fixes a minor build script glitch for windows rocm


🔄 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/10549 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 5/3/2025 **Status:** ✅ Merged **Merged:** 5/3/2025 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `win_paths` --- ### 📝 Commits (1) - [`49a4599`](https://github.com/ollama/ollama/commit/49a45996780696500729c7661a6ce1907f1a1d7e) win: ensure ollama paths come first ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `llm/server.go` (+4 -4) 📝 `scripts/build_windows.ps1` (+1 -1) </details> ### 📄 Description For all search path env vars make sure our dirs are first to avoid potentially finding other incompatible libraries on the users system. Also fixes a minor build script glitch for windows rocm --- <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 2025-11-12 16:26:44 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama-ollama#12009