[GH-ISSUE #9527] About the command "ollama ps" #6214

Closed
opened 2026-04-12 17:36:43 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @ROBODRILL on GitHub (Mar 6, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9527

when I use "ollama ps" command, I can see five labels:NAME,ID,SIZE,PROCESSOR,UNTIL;the Lable "UNTIL" show the info "4 minutes from now",

NAME      	ID          	SIZE 	PROCESSOR	UNTIL
llama3:70b	bcfb190ca3a7	42 GB	100% GPU 	4 minutes from now

after 4minuts,I use "ollama ps" angin, I can't see nothing,what's the meaning,the model is stopped?

thank you,guys

Originally created by @ROBODRILL on GitHub (Mar 6, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9527 when I use "ollama ps" command, I can see five labels:NAME,ID,SIZE,PROCESSOR,UNTIL;the Lable "UNTIL" show the info "4 minutes from now", ``` NAME ID SIZE PROCESSOR UNTIL llama3:70b bcfb190ca3a7 42 GB 100% GPU 4 minutes from now ``` after 4minuts,I use "ollama ps" angin, I can't see nothing,what's the meaning,the model is stopped? thank you,guys
GiteaMirror added the question label 2026-04-12 17:36:43 -05:00
Author
Owner

@rick-github commented on GitHub (Mar 6, 2025):

The model was idle and was unloaded. See keep_alive.

<!-- gh-comment-id:2703312591 --> @rick-github commented on GitHub (Mar 6, 2025): The model was idle and was unloaded. See [keep_alive](https://github.com/ollama/ollama/blob/main/docs/faq.md#how-do-i-keep-a-model-loaded-in-memory-or-make-it-unload-immediately).
Author
Owner

@pdevine commented on GitHub (Mar 12, 2025):

I'm going to close this as answered (thanks @rick-github !)

<!-- gh-comment-id:2716170702 --> @pdevine commented on GitHub (Mar 12, 2025): I'm going to close this as answered (thanks @rick-github !)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#6214