[GH-ISSUE #4589] How do I update all the models downloaded locally? #64917

Closed
opened 2026-05-03 19:16:08 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @qzc438 on GitHub (May 23, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/4589

See title.

Originally created by @qzc438 on GitHub (May 23, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/4589 See title.
GiteaMirror added the feature request label 2026-05-03 19:16:08 -05:00
Author
Owner

@coder543 commented on GitHub (May 23, 2024):

ollama list | cut -f 1 | tail -n +2 | xargs -n 1 ollama pull could work... there's no built-in way.

<!-- gh-comment-id:2127586049 --> @coder543 commented on GitHub (May 23, 2024): `ollama list | cut -f 1 | tail -n +2 | xargs -n 1 ollama pull` could work... there's no built-in way.
Author
Owner

@dhiltgen commented on GitHub (May 23, 2024):

Tracked via #1717

<!-- gh-comment-id:2127708591 --> @dhiltgen commented on GitHub (May 23, 2024): Tracked via #1717
Author
Owner

@qzc438 commented on GitHub (May 24, 2024):

Thank you for the response.

<!-- gh-comment-id:2128629685 --> @qzc438 commented on GitHub (May 24, 2024): Thank you for the response.
Author
Owner

@qzc438 commented on GitHub (Oct 8, 2024):

When I use this code in the latest version of ollama, there is an error message:
pulling manifest
Error: pull model manifest: file does not exist

<!-- gh-comment-id:2398499898 --> @qzc438 commented on GitHub (Oct 8, 2024): When I use this code in the latest version of ollama, there is an error message: _pulling manifest Error: pull model manifest: file does not exist_
Author
Owner

@dhiltgen commented on GitHub (Oct 16, 2024):

Most likely a typo in the pull command. What was the exact command you ran? If it wasn't a typo, please share server logs.

<!-- gh-comment-id:2417846609 --> @dhiltgen commented on GitHub (Oct 16, 2024): Most likely a typo in the pull command. What was the exact command you ran? If it wasn't a typo, please share server logs.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#64917