[PR #500] [CLOSED] use cmake toolchain to configure build #41435

Closed
opened 2026-04-24 21:19:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/500
Author: @mxyng
Created: 9/9/2023
Status: Closed

Base: brucemacd/linux-gpuHead: mxyng/build


📝 Commits (2)

  • d796040 update cuda docker image
  • 3a49b0b use cmake toolchain to simplify build

📊 Changes

10 files changed (+45 additions, -26 deletions)

View changed files

📝 Dockerfile.cuda (+3 -1)
llm/llama.cpp/cmake/darwin-amd64-toolchain.cmake (+7 -0)
llm/llama.cpp/cmake/darwin-arm64-toolchain.cmake (+9 -0)
llm/llama.cpp/cmake/linux-amd64-toolchain.cmake (+6 -0)
llm/llama.cpp/cmake/linux-arm64-toolchain.cmake (+6 -0)
llm/llama.cpp/cmake/toolchain.cmake (+2 -0)
📝 llm/llama.cpp/generate.go (+4 -5)
📝 llm/llama.cpp/generate_darwin.go (+4 -2)
llm/llama.cpp/generate_darwin_amd64.go (+0 -16)
📝 llm/llama.cpp/generate_linux.go (+4 -2)

📄 Description

No description provided


🔄 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/500 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 9/9/2023 **Status:** ❌ Closed **Base:** `brucemacd/linux-gpu` ← **Head:** `mxyng/build` --- ### 📝 Commits (2) - [`d796040`](https://github.com/ollama/ollama/commit/d796040c3a2f0a329d07546e59ad357243de4e3b) update cuda docker image - [`3a49b0b`](https://github.com/ollama/ollama/commit/3a49b0b346155fe607fef4595b57e0e81f25f68c) use cmake toolchain to simplify build ### 📊 Changes **10 files changed** (+45 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile.cuda` (+3 -1) ➕ `llm/llama.cpp/cmake/darwin-amd64-toolchain.cmake` (+7 -0) ➕ `llm/llama.cpp/cmake/darwin-arm64-toolchain.cmake` (+9 -0) ➕ `llm/llama.cpp/cmake/linux-amd64-toolchain.cmake` (+6 -0) ➕ `llm/llama.cpp/cmake/linux-arm64-toolchain.cmake` (+6 -0) ➕ `llm/llama.cpp/cmake/toolchain.cmake` (+2 -0) 📝 `llm/llama.cpp/generate.go` (+4 -5) 📝 `llm/llama.cpp/generate_darwin.go` (+4 -2) ➖ `llm/llama.cpp/generate_darwin_amd64.go` (+0 -16) 📝 `llm/llama.cpp/generate_linux.go` (+4 -2) </details> ### 📄 Description _No description provided_ --- <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-24 21:19:00 -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#41435