[PR #10896] Add multi-model pull and multi-path storage support #13396

Closed
opened 2026-04-13 00:25:57 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/ollama/ollama/pull/10896

State: closed
Merged: No


Support for multiple model pulls in one command

Addresses #10890
Example usage:

ollama pull gemma3:4b gemma3:1b
or
ollama pull gemma3:4b gemma3:1b --parallel

Models are pulled sequentially or in parallel, depending on CLI options.

I will shortly commit support for multiple model storage locations, as requested in #7997

This will allow the OLLAMA_MODELS environment variable to accept colon-separated paths, enabling model discovery and storage across multiple directories.

**Original Pull Request:** https://github.com/ollama/ollama/pull/10896 **State:** closed **Merged:** No --- Support for multiple model pulls in one command Addresses #10890 Example usage: ollama pull gemma3:4b gemma3:1b or ollama pull gemma3:4b gemma3:1b --parallel Models are pulled sequentially or in parallel, depending on CLI options. I will shortly commit support for multiple model storage locations, as requested in #7997 This will allow the OLLAMA_MODELS environment variable to accept colon-separated paths, enabling model discovery and storage across multiple directories.
GiteaMirror added the pull-request label 2026-04-13 00:25:57 -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#13396