[PR #10468] [MERGED] lower default num parallel to 2 #39123

Closed
opened 2026-04-22 23:46:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10468
Author: @drifkin
Created: 4/29/2025
Status: Merged
Merged: 4/29/2025
Merged by: @drifkin

Base: mainHead: drifkin/num-parallel-1


📝 Commits (1)

  • fe5b9bb lower default num parallel to 2

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 server/sched.go (+1 -1)

📄 Description

this is in part to "pay" for #10452, which doubled the default context length. The combination isn't fully neutral though, because even though the old 4x2k limit and the new 2x4k limit are memory equivalent, the 1x fallback is larger with 4k


🔄 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/10468 **Author:** [@drifkin](https://github.com/drifkin) **Created:** 4/29/2025 **Status:** ✅ Merged **Merged:** 4/29/2025 **Merged by:** [@drifkin](https://github.com/drifkin) **Base:** `main` ← **Head:** `drifkin/num-parallel-1` --- ### 📝 Commits (1) - [`fe5b9bb`](https://github.com/ollama/ollama/commit/fe5b9bb21b971a9326fc47fe51a4c351ccbc12a9) lower default num parallel to 2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/sched.go` (+1 -1) </details> ### 📄 Description this is in part to "pay" for #10452, which doubled the default context length. The combination isn't fully neutral though, because even though the old 4x2k limit and the new 2x4k limit are memory equivalent, the 1x fallback is larger with 4k --- <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 23:46:06 -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#39123