[PR #6611] [MERGED] Make stall duration timeout configurable #17438

Closed
opened 2026-04-16 06:02:38 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/6611
Author: @dhiltgen
Created: 9/3/2024
Status: Merged
Merged: 9/5/2024
Merged by: @dhiltgen

Base: mainHead: cfg_stall_timeout


📝 Commits (1)

  • 031b6c9 Make stall duration timeout configurable

📊 Changes

4 files changed (+60 additions, -7 deletions)

View changed files

📝 cmd/cmd.go (+1 -0)
📝 envconfig/config.go (+23 -4)
📝 envconfig/config_test.go (+34 -0)
📝 llm/server.go (+2 -3)

📄 Description

With the new very large parameter models, some users are willing to wait for a very long time for models to load.

Fixes #6031


🔄 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/6611 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 9/3/2024 **Status:** ✅ Merged **Merged:** 9/5/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `cfg_stall_timeout` --- ### 📝 Commits (1) - [`031b6c9`](https://github.com/ollama/ollama/commit/031b6c96bbf87a74f59f2efa11d1b5d1d43d19da) Make stall duration timeout configurable ### 📊 Changes **4 files changed** (+60 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+1 -0) 📝 `envconfig/config.go` (+23 -4) 📝 `envconfig/config_test.go` (+34 -0) 📝 `llm/server.go` (+2 -3) </details> ### 📄 Description With the new very large parameter models, some users are willing to wait for a very long time for models to load. Fixes #6031 --- <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-16 06:02:38 -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#17438