[PR #15616] push: OLLAMA_REGISTRY_MAXSTREAMS for mlx push #20455

Open
opened 2026-04-16 07:38:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15616
Author: @dhiltgen
Created: 4/16/2026
Status: 🔄 Open

Base: mainHead: mlx-push-maxstreams


📝 Commits (1)

  • d0f252b push: OLLAMA_REGISTRY_MAXSTREAMS for mlx push

📊 Changes

5 files changed (+138 additions, -3 deletions)

View changed files

📝 server/images.go (+20 -0)
📝 server/images_test.go (+38 -0)
📝 x/imagegen/transfer/transfer.go (+1 -1)
📝 x/imagegen/transfer/transfer_test.go (+60 -0)
📝 x/imagegen/transfer/upload.go (+19 -2)

📄 Description

Wire up the env var to allow throttling of the safetensors push.


🔄 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/15616 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 4/16/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `mlx-push-maxstreams` --- ### 📝 Commits (1) - [`d0f252b`](https://github.com/ollama/ollama/commit/d0f252b56a6fda9956510c60e0ee29878eed6f93) push: OLLAMA_REGISTRY_MAXSTREAMS for mlx push ### 📊 Changes **5 files changed** (+138 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `server/images.go` (+20 -0) 📝 `server/images_test.go` (+38 -0) 📝 `x/imagegen/transfer/transfer.go` (+1 -1) 📝 `x/imagegen/transfer/transfer_test.go` (+60 -0) 📝 `x/imagegen/transfer/upload.go` (+19 -2) </details> ### 📄 Description Wire up the env var to allow throttling of the safetensors push. --- <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-16 07:38:27 -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#20455