[PR #770] [MERGED] fix download #10319

Closed
opened 2026-04-12 22:58:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/770
Author: @mxyng
Created: 10/12/2023
Status: Merged
Merged: 10/12/2023
Merged by: @mxyng

Base: mainHead: mxyng/fix-download


📝 Commits (1)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 server/download.go (+2 -2)

📄 Description

inner is a context that needs to be passed to functions inside the goroutine otherwise g.Wait may wait indefinitely even on error


🔄 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/770 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 10/12/2023 **Status:** ✅ Merged **Merged:** 10/12/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/fix-download` --- ### 📝 Commits (1) - [`257ffeb`](https://github.com/ollama/ollama/commit/257ffeb99747a2bb9caed54b1d51020aca95b0ae) fix download ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `server/download.go` (+2 -2) </details> ### 📄 Description `inner` is a context that needs to be passed to functions inside the goroutine otherwise `g.Wait` may wait indefinitely even on error --- <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 22:58:04 -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#10319