[GH-ISSUE #930] FR: Enhance command for pull and run #455

Closed
opened 2026-04-12 10:07:02 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @hemanth on GitHub (Oct 27, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/930

Instead of:

ollama pull hemanth/booksummarizer
ollama run hemanth/booksummarizer

It would be nice to have

ollama --pull-run hemanth/booksummarizer

or

ollama pullrun hemanth/booksummarizer

or

ollama pull  hemanth/booksummarizer --run
Originally created by @hemanth on GitHub (Oct 27, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/930 Instead of: ```sh ollama pull hemanth/booksummarizer ollama run hemanth/booksummarizer ``` It would be nice to have ```sh ollama --pull-run hemanth/booksummarizer ``` or ```sh ollama pullrun hemanth/booksummarizer ``` or ```sh ollama pull hemanth/booksummarizer --run ```
Author
Owner

@technovangelist commented on GitHub (Oct 27, 2023):

Ollama run modelname will pull if it's not there

<!-- gh-comment-id:1782303121 --> @technovangelist commented on GitHub (Oct 27, 2023): `Ollama run modelname` will pull if it's not there
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#455