[PR #4627] [CLOSED] Add OLLAMA_MAX_DOWNLOAD_PARTS env to support config parallel download parts #58244

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4627
Author: @coolljt0725
Created: 5/25/2024
Status: Closed

Base: mainHead: config_max_download


📝 Commits (1)

  • 6186c56 Add OLLAMA_MAX_DOWNLOAD_PARTS env to support config parallel download parts

📊 Changes

2 files changed (+32 additions, -16 deletions)

View changed files

📝 cmd/cmd.go (+2 -1)
📝 envconfig/config.go (+30 -15)

📄 Description

Add a environment OLLAMA_MAX_DOWNLOAD_PARTS to support config maximum download parts in parallel.

This PR closes #4595


🔄 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/4627 **Author:** [@coolljt0725](https://github.com/coolljt0725) **Created:** 5/25/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `config_max_download` --- ### 📝 Commits (1) - [`6186c56`](https://github.com/ollama/ollama/commit/6186c56c99b436ad967beb80b0bc26494933dcf0) Add OLLAMA_MAX_DOWNLOAD_PARTS env to support config parallel download parts ### 📊 Changes **2 files changed** (+32 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+2 -1) 📝 `envconfig/config.go` (+30 -15) </details> ### 📄 Description Add a environment `OLLAMA_MAX_DOWNLOAD_PARTS` to support config maximum download parts in parallel. This PR closes #4595 --- <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-04-29 13:04:00 -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#58244