[PR #4547] Wire up load progress #11522

Closed
opened 2026-04-12 23:31:45 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/ollama/ollama/pull/4547

State: closed
Merged: Yes


This doesn't expose a UX yet, but wires the initial server portion of progress reporting during load

TODO

  • Adjust waitUntilRunning to be smarter and look for stalled loads instead of a dumb 10m timer
  • expose progress in ollama run UX can come in a follow up PR
  • expose percent loaded in ollama ps UX can come in a follow up PR

Fixes #4350
Replaces #4123 #4419

This should provide a good balance between slow model loads vs. detecting stalls without taking too long before giving up.

**Original Pull Request:** https://github.com/ollama/ollama/pull/4547 **State:** closed **Merged:** Yes --- This doesn't expose a UX yet, but wires the initial server portion of progress reporting during load TODO - [X] Adjust waitUntilRunning to be smarter and look for stalled loads instead of a dumb 10m timer - [ ] ~~expose progress in `ollama run`~~ UX can come in a follow up PR - [ ] ~~expose percent loaded in `ollama ps`~~ UX can come in a follow up PR Fixes #4350 Replaces #4123 #4419 This should provide a good balance between slow model loads vs. detecting stalls without taking too long before giving up.
GiteaMirror added the pull-request label 2026-04-12 23:31:45 -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#11522