[GH-ISSUE #10890] Allow ollama pull to accept multiple arguments. #69217

Closed
opened 2026-05-04 17:29:29 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @tpaau on GitHub (May 28, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/10890

When I pass more than one arg to ollama pull, I get the following error:

> ollama pull gemma3:4b gemma3:1b
Error: accepts 1 arg(s), received 2

Allowing ollama to queue multiple downloads (or even download models in parallel!) would be a nice addition.

The former should be an easy fix I could implement myself, if only I knew Go.

Originally created by @tpaau on GitHub (May 28, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/10890 When I pass more than one arg to `ollama pull`, I get the following error: ``` > ollama pull gemma3:4b gemma3:1b Error: accepts 1 arg(s), received 2 ``` Allowing ollama to queue multiple downloads (or even download models in parallel!) would be a nice addition. The former should be an easy fix I could implement myself, if only I knew Go.
GiteaMirror added the feature request label 2026-05-04 17:29:29 -05:00
Author
Owner

@alDuncanson commented on GitHub (May 29, 2025):

This issue may be a duplicate of https://github.com/ollama/ollama/issues/7997

<!-- gh-comment-id:2918241921 --> @alDuncanson commented on GitHub (May 29, 2025): This issue may be a duplicate of https://github.com/ollama/ollama/issues/7997
Author
Owner

@tpaau commented on GitHub (May 29, 2025):

This issue may be a duplicate of #7997

OK, closing then.

<!-- gh-comment-id:2918658326 --> @tpaau commented on GitHub (May 29, 2025): > This issue may be a duplicate of [#7997](https://github.com/ollama/ollama/issues/7997) OK, closing then.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#69217