[PR #1262] [MERGED] windows CUDA support #21071

Closed
opened 2026-04-19 15:25:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1262
Author: @vinjn
Created: 11/24/2023
Status: Merged
Merged: 11/24/2023
Merged by: @BruceMacD

Base: mainHead: 403-Ollama-Windows-version


📝 Commits (2)

  • 509754b Support cuda build in Windows
  • 2ce48dc Enable dynamic NumGPU allocation for Windows

📊 Changes

3 files changed (+11 additions, -1 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 llm/llama.cpp/generate_windows.go (+8 -0)
📝 llm/llama.go (+2 -1)

📄 Description

Fix #403

  • Support cuda build in Windows
  • Import "containerd/console" lib to support colorful output in Windows terminal

image


🔄 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/1262 **Author:** [@vinjn](https://github.com/vinjn) **Created:** 11/24/2023 **Status:** ✅ Merged **Merged:** 11/24/2023 **Merged by:** [@BruceMacD](https://github.com/BruceMacD) **Base:** `main` ← **Head:** `403-Ollama-Windows-version` --- ### 📝 Commits (2) - [`509754b`](https://github.com/ollama/ollama/commit/509754bde8b12f2a25e1e881053af981e2ceb0e2) Support cuda build in Windows - [`2ce48dc`](https://github.com/ollama/ollama/commit/2ce48dcf83e4478a2270e6c235fb594e2d217889) Enable dynamic NumGPU allocation for Windows ### 📊 Changes **3 files changed** (+11 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `llm/llama.cpp/generate_windows.go` (+8 -0) 📝 `llm/llama.go` (+2 -1) </details> ### 📄 Description Fix #403 - Support cuda build in Windows - Import "containerd/console" lib to support colorful output in Windows terminal ![image](https://github.com/jmorganca/ollama/assets/558657/0018234e-e61c-4c55-a627-dd667ffbbbdf) --- <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-19 15:25:34 -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#21071