[PR #5510] [CLOSED] cmd: display transfer model data progress #17080

Closed
opened 2026-04-16 05:52:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/5510
Author: @joshyan1
Created: 7/5/2024
Status: Closed

Base: jyan/local2Head: jyan/progress


📝 Commits (10+)

📊 Changes

9 files changed (+367 additions, -36 deletions)

View changed files

📝 api/client.go (+30 -0)
📝 auth/auth.go (+18 -28)
📝 cmd/cmd.go (+157 -6)
cmd/copy_darwin.go (+23 -0)
cmd/copy_linux.go (+7 -0)
cmd/copy_windows.go (+67 -0)
📝 progress/spinner.go (+4 -0)
📝 server/images.go (+3 -1)
📝 server/routes.go (+58 -1)

📄 Description

displays `transferring model data 24% ⠇" during transfer data

rebased on top of https://github.com/ollama/ollama/pull/5441

https://github.com/ollama/ollama/issues/5423


🔄 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/5510 **Author:** [@joshyan1](https://github.com/joshyan1) **Created:** 7/5/2024 **Status:** ❌ Closed **Base:** `jyan/local2` ← **Head:** `jyan/progress` --- ### 📝 Commits (10+) - [`928f37e`](https://github.com/ollama/ollama/commit/928f37e3ae3acc7dd4c9b8b12e01260eeb4bf61d) start tests - [`c3b411a`](https://github.com/ollama/ollama/commit/c3b411a5155327d285c51eba56f2ab238198fc27) on disk copy - [`a6cfe7f`](https://github.com/ollama/ollama/commit/a6cfe7f00b13e36b0b293cf17c2583674eb1adfc) benchmark - [`64607d1`](https://github.com/ollama/ollama/commit/64607d16a570f2388eb7c16fc6fd5629e4b96bd8) working - [`736ad6f`](https://github.com/ollama/ollama/commit/736ad6f438e22d662e573ed99e8d69064c2092e1) still works - [`ea83741`](https://github.com/ollama/ollama/commit/ea837412c210afccbf006821596daa6ebaeef2f0) local path - [`0d5a72a`](https://github.com/ollama/ollama/commit/0d5a72aba927e9090e5efbd2967d9ec36e49b06f) clean - [`1142999`](https://github.com/ollama/ollama/commit/1142999aabe470f143de74e86f2c21bb500ffd94) rm config - [`ca0ee1d`](https://github.com/ollama/ollama/commit/ca0ee1d4feabb7e130adabef44024e35d6258052) rm config - [`cabf375`](https://github.com/ollama/ollama/commit/cabf3750591dcfb4859f07d53479ed0cc1d2b0e7) rm bench ### 📊 Changes **9 files changed** (+367 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `api/client.go` (+30 -0) 📝 `auth/auth.go` (+18 -28) 📝 `cmd/cmd.go` (+157 -6) ➕ `cmd/copy_darwin.go` (+23 -0) ➕ `cmd/copy_linux.go` (+7 -0) ➕ `cmd/copy_windows.go` (+67 -0) 📝 `progress/spinner.go` (+4 -0) 📝 `server/images.go` (+3 -1) 📝 `server/routes.go` (+58 -1) </details> ### 📄 Description displays `transferring model data 24% ⠇" during transfer data rebased on top of https://github.com/ollama/ollama/pull/5441 https://github.com/ollama/ollama/issues/5423 --- <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 05:52:16 -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#17080