[GH-ISSUE #485] check subprocess id to see if server is running rather than timing out #46734

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

Originally created by @BruceMacD on GitHub (Sep 7, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/485

Originally assigned to: @BruceMacD on GitHub.

The timeout for a server to start running will need to be a long time for larger models, better to just check the process ID then wait for the server to respond (with a really long timeout) rather than relying on the timeout by itself.

Originally created by @BruceMacD on GitHub (Sep 7, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/485 Originally assigned to: @BruceMacD on GitHub. The timeout for a server to start running will need to be a long time for larger models, better to just check the process ID then wait for the server to respond (with a really long timeout) rather than relying on the timeout by itself.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#46734