[PR #9611] [CLOSED] [Temp] Only build Linux #13014

Closed
opened 2026-04-13 00:15:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/9611
Author: @aquarat
Created: 3/9/2025
Status: Closed

Base: mainHead: build-experimental-in-ci


📝 Commits (10+)

  • 7015fce feat: Added support for llama.cpp RPC
  • c234eea doc: Added documentation for distributed inferencing
  • bf80325 feat: Added Memory Check for RPC Servers
  • ed78baa feat: Added option to change RPC servers in HTTP options
  • 4f76c4b doc: Added docs for new API options
  • 056bd69 doc: Updated request for changing RPC server to be generate instead of chat
  • 645bb64 Resolve merge conflicts from a7e63b82be
  • f110464 Resolve merge conflicts and fix gpu package references
  • 2da0aee Fix spelling and formatting issues in discover/gpu.go
  • 269769a Update types.go

📊 Changes

8 files changed (+283 additions, -313 deletions)

View changed files

📝 .github/workflows/release.yaml (+5 -301)
📝 api/types.go (+12 -11)
📝 discover/gpu.go (+138 -0)
📝 discover/types.go (+21 -0)
📝 docs/api.md (+2 -1)
docs/distributed_inferencing.md (+35 -0)
📝 envconfig/config.go (+2 -0)
📝 server/sched.go (+68 -0)

📄 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/9611 **Author:** [@aquarat](https://github.com/aquarat) **Created:** 3/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `build-experimental-in-ci` --- ### 📝 Commits (10+) - [`7015fce`](https://github.com/ollama/ollama/commit/7015fce447687276a10bdd2caefc20614048a6dd) feat: Added support for llama.cpp RPC - [`c234eea`](https://github.com/ollama/ollama/commit/c234eea9ecb54b905ccffdeba551e4bb8cd4c186) doc: Added documentation for distributed inferencing - [`bf80325`](https://github.com/ollama/ollama/commit/bf803251be33e8d4a588caefa49d59a058a04a12) feat: Added Memory Check for RPC Servers - [`ed78baa`](https://github.com/ollama/ollama/commit/ed78baaed7c50eeae5761b0836c70ba1307ded72) feat: Added option to change RPC servers in HTTP options - [`4f76c4b`](https://github.com/ollama/ollama/commit/4f76c4b26e40e76ae6c6208f9287c1773cc3b4a6) doc: Added docs for new API options - [`056bd69`](https://github.com/ollama/ollama/commit/056bd69ed9687c0ebeaf844c2bec23cf4890e91d) doc: Updated request for changing RPC server to be generate instead of chat - [`645bb64`](https://github.com/ollama/ollama/commit/645bb64312fcc51e8921de90069b9314bfaa9892) Resolve merge conflicts from a7e63b82be6dfcd8011e0b45f19658be71c0e2b9 - [`f110464`](https://github.com/ollama/ollama/commit/f1104645718ecc88815aea4080dfddc53cca9c7e) Resolve merge conflicts and fix gpu package references - [`2da0aee`](https://github.com/ollama/ollama/commit/2da0aee671281da18891f52568ad8b14b27e8996) Fix spelling and formatting issues in discover/gpu.go - [`269769a`](https://github.com/ollama/ollama/commit/269769ae943538e6b9f994501f20a7a703b097ec) Update types.go ### 📊 Changes **8 files changed** (+283 additions, -313 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yaml` (+5 -301) 📝 `api/types.go` (+12 -11) 📝 `discover/gpu.go` (+138 -0) 📝 `discover/types.go` (+21 -0) 📝 `docs/api.md` (+2 -1) ➕ `docs/distributed_inferencing.md` (+35 -0) 📝 `envconfig/config.go` (+2 -0) 📝 `server/sched.go` (+68 -0) </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-13 00:15:26 -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#13014