[PR #3397] [CLOSED] Parallel requests #37017

Closed
opened 2026-04-22 21:41:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3397
Author: @0x77dev
Created: 3/28/2024
Status: Closed

Base: mainHead: n_parallel


📝 Commits (2)

📊 Changes

2 files changed (+4 additions, -5 deletions)

View changed files

📝 llm/dyn_ext_server.go (+1 -1)
📝 server/routes.go (+3 -4)

📄 Description

Stage: PoC
Related issue: #358

  • loaded.mu.{Lock,Unlock}() is not implemented correctly in this change
  • sparams.n_parallel is hardcoded to 4

🔄 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/3397 **Author:** [@0x77dev](https://github.com/0x77dev) **Created:** 3/28/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `n_parallel` --- ### 📝 Commits (2) - [`bfebf51`](https://github.com/ollama/ollama/commit/bfebf5161f19f15997e02dc5f47412b056499a75) proof of concept for #358 - [`e4237ab`](https://github.com/ollama/ollama/commit/e4237ab7fb1c77cf26a19e2c64de624eb268338b) Merge branch 'ollama:main' into n_parallel ### 📊 Changes **2 files changed** (+4 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `llm/dyn_ext_server.go` (+1 -1) 📝 `server/routes.go` (+3 -4) </details> ### 📄 Description Stage: PoC Related issue: #358 - loaded.mu.{Lock,Unlock}() is not implemented correctly in this change - sparams.n_parallel is hardcoded to 4 --- <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-22 21:41:33 -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#37017