[PR #10501] [CLOSED] New #44506

Closed
opened 2026-04-24 23:58:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/10501
Author: @khareyash05
Created: 4/30/2025
Status: Closed

Base: mainHead: new


📝 Commits (10+)

📊 Changes

23 files changed (+1681 additions, -314 deletions)

View changed files

api/examples/pull-progress/main_test.go (+29 -0)
📝 app/lifecycle/server.go (+173 -170)
app/lifecycle/server_test.go (+103 -0)
app/lifecycle/updater_test.go (+30 -0)
📝 cmd/cmd_test.go (+144 -14)
📝 cmd/interactive_test.go (+27 -0)
📝 discover/cpu_common.go (+23 -17)
discover/cpu_common_test.go (+78 -0)
📝 go.mod (+1 -2)
📝 go.sum (+10 -2)
📝 openai/openai.go (+1 -1)
📝 openai/openai_test.go (+191 -15)
📝 progress/bar.go (+1 -1)
progress/bar_test.go (+181 -0)
progress/progress_test.go (+107 -0)
📝 progress/spinner.go (+51 -49)
progress/spinner_test.go (+105 -0)
📝 readline/buffer.go (+1 -1)
readline/buffer_test.go (+270 -0)
📝 server/routes.go (+1 -1)

...and 3 more files

📄 Description

No description provided


🔄 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/10501 **Author:** [@khareyash05](https://github.com/khareyash05) **Created:** 4/30/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `new` --- ### 📝 Commits (10+) - [`8cee152`](https://github.com/ollama/ollama/commit/8cee15234f11294561941fa96245b8c56584bf56) remove logs - [`ffde7a9`](https://github.com/ollama/ollama/commit/ffde7a9aa874d22a8507fdcb4d09b13880d86db9) remove logs - [`5e382cf`](https://github.com/ollama/ollama/commit/5e382cf4f89bfd3d4a159edea924d54129574e37) Add generated tests by Keploy for PR #2 - [`72a4c1c`](https://github.com/ollama/ollama/commit/72a4c1c8db2f6b40b90dd2379ca3b736e09f23a4) remove logs - [`a8c2d6f`](https://github.com/ollama/ollama/commit/a8c2d6f09f0ec73cdc014a5b4d6e0e5056600d4c) Merge remote-tracking branch 'origin/new' into f - [`3d7eb6a`](https://github.com/ollama/ollama/commit/3d7eb6a34841c688b53373075217352113ee4e04) remove logs - [`2ee5b3a`](https://github.com/ollama/ollama/commit/2ee5b3af3b3f02f8330891ec84020cae3fc5b3c0) Add generated tests by Keploy for PR #2 - [`26e1018`](https://github.com/ollama/ollama/commit/26e1018a1a39d47a3a6cc7207fa41e387c6c1834) remove logs - [`40e011d`](https://github.com/ollama/ollama/commit/40e011dab146cf9216d78d7657fcc613ff9fb27f) Merge remote-tracking branch 'origin/new' into f - [`2692be8`](https://github.com/ollama/ollama/commit/2692be8b7290b6b34606974148a55afbdc159000) add files ### 📊 Changes **23 files changed** (+1681 additions, -314 deletions) <details> <summary>View changed files</summary> ➕ `api/examples/pull-progress/main_test.go` (+29 -0) 📝 `app/lifecycle/server.go` (+173 -170) ➕ `app/lifecycle/server_test.go` (+103 -0) ➕ `app/lifecycle/updater_test.go` (+30 -0) 📝 `cmd/cmd_test.go` (+144 -14) 📝 `cmd/interactive_test.go` (+27 -0) 📝 `discover/cpu_common.go` (+23 -17) ➕ `discover/cpu_common_test.go` (+78 -0) 📝 `go.mod` (+1 -2) 📝 `go.sum` (+10 -2) 📝 `openai/openai.go` (+1 -1) 📝 `openai/openai_test.go` (+191 -15) 📝 `progress/bar.go` (+1 -1) ➕ `progress/bar_test.go` (+181 -0) ➕ `progress/progress_test.go` (+107 -0) 📝 `progress/spinner.go` (+51 -49) ➕ `progress/spinner_test.go` (+105 -0) 📝 `readline/buffer.go` (+1 -1) ➕ `readline/buffer_test.go` (+270 -0) 📝 `server/routes.go` (+1 -1) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <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-24 23:58:11 -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#44506