[PR #3183] [CLOSED] feat: http client bandwidth limit for pulling and pushing #11092

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3183
Author: @erenaslandev
Created: 3/16/2024
Status: Closed

Base: mainHead: http-bandwidth-limit


📝 Commits (5)

  • 14c7b71 feat: http client bandwidth limit for pulling and pushing
  • a9884a4 ref: fix bandwidth calculation per part
  • 1278aef Merge branch 'main' into http-bandwidth-limit
  • 947bf23 Merge branch 'ollama:main' into http-bandwidth-limit
  • d26e750 Merge branch 'main' into http-bandwidth-limit

📊 Changes

8 files changed (+90 additions, -20 deletions)

View changed files

📝 api/types.go (+12 -10)
📝 cmd/cmd.go (+14 -4)
📝 go.mod (+3 -0)
📝 go.sum (+10 -0)
📝 server/download.go (+6 -0)
📝 server/images.go (+22 -4)
📝 server/routes.go (+17 -2)
📝 server/upload.go (+6 -0)

📄 Description

I don't want to use all the bandwidth of my internet for downloading models, I want to use it for other things in the background. I tried to add bandwidth limiting for this.

#2006 was already open, so I guess it solves that too.


🔄 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/3183 **Author:** [@erenaslandev](https://github.com/erenaslandev) **Created:** 3/16/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `http-bandwidth-limit` --- ### 📝 Commits (5) - [`14c7b71`](https://github.com/ollama/ollama/commit/14c7b71652df01cf16ccc5472d061c074367787d) feat: http client bandwidth limit for pulling and pushing - [`a9884a4`](https://github.com/ollama/ollama/commit/a9884a4d9269e5655aad4a1d58bda5027e6e1b68) ref: fix bandwidth calculation per part - [`1278aef`](https://github.com/ollama/ollama/commit/1278aef7b1c3be900e0efc5daf66c446f5ba7d80) Merge branch 'main' into http-bandwidth-limit - [`947bf23`](https://github.com/ollama/ollama/commit/947bf234e720bf83abf26fe0db5b446b5a281950) Merge branch 'ollama:main' into http-bandwidth-limit - [`d26e750`](https://github.com/ollama/ollama/commit/d26e750d72d17b122f2fc8ff96abad08bc332b03) Merge branch 'main' into http-bandwidth-limit ### 📊 Changes **8 files changed** (+90 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+12 -10) 📝 `cmd/cmd.go` (+14 -4) 📝 `go.mod` (+3 -0) 📝 `go.sum` (+10 -0) 📝 `server/download.go` (+6 -0) 📝 `server/images.go` (+22 -4) 📝 `server/routes.go` (+17 -2) 📝 `server/upload.go` (+6 -0) </details> ### 📄 Description I don't want to use all the bandwidth of my internet for downloading models, I want to use it for other things in the background. I tried to add bandwidth limiting for this. #2006 was already open, so I guess it solves that too. --- <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-12 23:21: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#11092