[PR #214] [MERGED] allow for concurrent pulls of the same files #41293

Closed
opened 2026-04-24 21:12:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/214
Author: @BruceMacD
Created: 7/25/2023
Status: Merged
Merged: 8/9/2023
Merged by: @BruceMacD

Base: mainHead: brucemacd/create-pull


📝 Commits (4)

  • 868e3b3 allow for concurrent pulls of the same files
  • 907e6c5 unlock downloadu in case or requestDownload err
  • 8228d16 pr comments
  • ac971c5 Update images.go

📊 Changes

3 files changed (+229 additions, -113 deletions)

View changed files

server/download.go (+215 -0)
📝 server/images.go (+5 -111)
📝 server/routes.go (+9 -2)

📄 Description

resolves #200


🔄 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/214 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 7/25/2023 **Status:** ✅ Merged **Merged:** 8/9/2023 **Merged by:** [@BruceMacD](https://github.com/BruceMacD) **Base:** `main` ← **Head:** `brucemacd/create-pull` --- ### 📝 Commits (4) - [`868e3b3`](https://github.com/ollama/ollama/commit/868e3b31c76b7e51599d6f0dac16a6b004f90bca) allow for concurrent pulls of the same files - [`907e6c5`](https://github.com/ollama/ollama/commit/907e6c56b3dff0b026ca6610452e388c9051e075) unlock downloadu in case or requestDownload err - [`8228d16`](https://github.com/ollama/ollama/commit/8228d166cef443cd23bad141537101c5acf20080) pr comments - [`ac971c5`](https://github.com/ollama/ollama/commit/ac971c56d114411324175919f82eb0fae3c38117) Update images.go ### 📊 Changes **3 files changed** (+229 additions, -113 deletions) <details> <summary>View changed files</summary> ➕ `server/download.go` (+215 -0) 📝 `server/images.go` (+5 -111) 📝 `server/routes.go` (+9 -2) </details> ### 📄 Description resolves #200 --- <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-24 21:12:26 -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#41293