[PR #9572] [CLOSED] Distributed inference rpc round 2 #13003

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

📋 Pull Request Information

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

Base: mainHead: a-distributed-inference-rpc


📝 Commits (6)

  • 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

📊 Changes

10 files changed (+272 additions, -13 deletions)

View changed files

📝 api/types.go (+13 -11)
📝 docs/api.md (+2 -1)
docs/distributed_inferencing.md (+35 -0)
📝 envconfig/config.go (+2 -0)
📝 gpu/gpu.go (+139 -0)
📝 gpu/types.go (+21 -0)
📝 llm/ext_server/server.cpp (+13 -0)
📝 llm/generate/gen_common.sh (+1 -1)
📝 llm/server.go (+16 -0)
📝 server/sched.go (+30 -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/9572 **Author:** [@aquarat](https://github.com/aquarat) **Created:** 3/7/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `a-distributed-inference-rpc` --- ### 📝 Commits (6) - [`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 ### 📊 Changes **10 files changed** (+272 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+13 -11) 📝 `docs/api.md` (+2 -1) ➕ `docs/distributed_inferencing.md` (+35 -0) 📝 `envconfig/config.go` (+2 -0) 📝 `gpu/gpu.go` (+139 -0) 📝 `gpu/types.go` (+21 -0) 📝 `llm/ext_server/server.cpp` (+13 -0) 📝 `llm/generate/gen_common.sh` (+1 -1) 📝 `llm/server.go` (+16 -0) 📝 `server/sched.go` (+30 -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:08 -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#13003