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

Closed
opened 2026-05-05 08:06:40 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10896
Author: @A-Akhil
Created: 5/29/2025
Status: Closed

Base: mainHead: main


📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/10896 **Author:** [@A-Akhil](https://github.com/A-Akhil) **Created:** 5/29/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📄 Description 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-05 08:06:40 -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#75690