[PR #13769] server: reduce download concurrency for hf.co URLs for now to help with 429 errors #61077

Open
opened 2026-04-29 16:08:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/13769
Author: @ParthSareen
Created: 1/19/2026
Status: 🔄 Open

Base: mainHead: parth/decrease-concurrent-download-hf


📝 Commits (2)

  • 805ed46 server: reduce download concurrency for HuggingFace URLs
  • 6b2abfb server: add tests and fix isHuggingFaceURL edge case

📊 Changes

2 files changed (+237 additions, -2 deletions)

View changed files

📝 server/download.go (+43 -2)
server/download_test.go (+194 -0)

📄 Description

Summary

  • Rate limit changes are impacting user's ability to download models.
  • Adding a temporary reduction in concurrency to work with HF team for a better solution.

Addresses #13297


🔄 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/13769 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 1/19/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `parth/decrease-concurrent-download-hf` --- ### 📝 Commits (2) - [`805ed46`](https://github.com/ollama/ollama/commit/805ed4644c22731fcb97df861bb583e175e903cc) server: reduce download concurrency for HuggingFace URLs - [`6b2abfb`](https://github.com/ollama/ollama/commit/6b2abfb433cd720dd1d5098a6fceed45fc47de23) server: add tests and fix isHuggingFaceURL edge case ### 📊 Changes **2 files changed** (+237 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `server/download.go` (+43 -2) ➕ `server/download_test.go` (+194 -0) </details> ### 📄 Description ## Summary - Rate limit changes are impacting user's ability to download models. - Adding a temporary reduction in concurrency to work with HF team for a better solution. Addresses #13297 --- <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 16:08:55 -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#61077