[PR #702] [CLOSED] display a message during a long model load in interactive mode #10295

Closed
opened 2026-04-12 22:57:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/702
Author: @BruceMacD
Created: 10/4/2023
Status: Closed

Base: mainHead: brucemacd/async-preload


📝 Commits (3)

  • 5008798 async model preload
  • 37ae8cd Revert "async model preload"
  • 76a965f display message if the model take a while to load

📊 Changes

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

View changed files

📝 cmd/cmd.go (+16 -0)

📄 Description

Previous behavior:
The user must wait for the model to load while a spinner is displayed. This could take a while for large models.

New behavior:
After 30 seconds the spinner displays the message "please wait...". This will be removed from the display once there is a response from the generate endpoint.


🔄 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/702 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 10/4/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `brucemacd/async-preload` --- ### 📝 Commits (3) - [`5008798`](https://github.com/ollama/ollama/commit/500879857d28ce79cb0c3f608c820aec5a0247b0) async model preload - [`37ae8cd`](https://github.com/ollama/ollama/commit/37ae8cde837cdd380a667fab24e16d1b4272a0d7) Revert "async model preload" - [`76a965f`](https://github.com/ollama/ollama/commit/76a965fe128be6cdd7019bc44a1cdf43fa5a9966) display message if the model take a while to load ### 📊 Changes **1 file changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+16 -0) </details> ### 📄 Description Previous behavior: The user must wait for the model to load while a spinner is displayed. This could take a while for large models. New behavior: After 30 seconds the spinner displays the message "please wait...". This will be removed from the display once there is a response from the generate endpoint. --- <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-12 22:57:26 -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#10295