[PR #6884] [MERGED] Fix missing dep path on windows CPU runners #12249

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/6884
Author: @dhiltgen
Created: 9/19/2024
Status: Merged
Merged: 9/21/2024
Merged by: @dhiltgen

Base: mainHead: win_redist_path


📝 Commits (1)

  • e3959a7 Fix missing dep path on windows CPU runners

📊 Changes

1 file changed (+7 additions, -6 deletions)

View changed files

📝 gpu/gpu.go (+7 -6)

📄 Description

GPUs handled the dependency path properly, but CPU runners didn't which results in missing vc redist libraries on systems where the user didn't already have it installed from some other app.

Verified on a CPU only windows system without vc redist installed. (Failed without this fix)

Fixes #6804


🔄 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/6884 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 9/19/2024 **Status:** ✅ Merged **Merged:** 9/21/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `win_redist_path` --- ### 📝 Commits (1) - [`e3959a7`](https://github.com/ollama/ollama/commit/e3959a7297f7ec5bbb753a4d529b7e3646e70420) Fix missing dep path on windows CPU runners ### 📊 Changes **1 file changed** (+7 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `gpu/gpu.go` (+7 -6) </details> ### 📄 Description GPUs handled the dependency path properly, but CPU runners didn't which results in missing vc redist libraries on systems where the user didn't already have it installed from some other app. Verified on a CPU only windows system without vc redist installed. (Failed without this fix) Fixes #6804 --- <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:52:56 -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#12249