[PR #130] [MERGED] vendor in progress bar and change to bytes instead of bibytes #15274

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/130
Author: @pdevine
Created: 7/19/2023
Status: Merged
Merged: 7/20/2023
Merged by: @pdevine

Base: mainHead: progressbar


📝 Commits (1)

  • 08b9002 vendor in progress bar and change to bytes instead of bibytes

📊 Changes

8 files changed (+1325 additions, -14 deletions)

View changed files

📝 cmd/cmd.go (+1 -1)
📝 cmd/spinner.go (+1 -1)
📝 go.mod (+3 -6)
📝 go.sum (+0 -6)
progressbar/LICENSE (+21 -0)
progressbar/README.md (+121 -0)
progressbar/progressbar.go (+1098 -0)
progressbar/spinners.go (+80 -0)

📄 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/130 **Author:** [@pdevine](https://github.com/pdevine) **Created:** 7/19/2023 **Status:** ✅ Merged **Merged:** 7/20/2023 **Merged by:** [@pdevine](https://github.com/pdevine) **Base:** `main` ← **Head:** `progressbar` --- ### 📝 Commits (1) - [`08b9002`](https://github.com/ollama/ollama/commit/08b900250fd933cd828bad8516d033512642b108) vendor in progress bar and change to bytes instead of bibytes ### 📊 Changes **8 files changed** (+1325 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+1 -1) 📝 `cmd/spinner.go` (+1 -1) 📝 `go.mod` (+3 -6) 📝 `go.sum` (+0 -6) ➕ `progressbar/LICENSE` (+21 -0) ➕ `progressbar/README.md` (+121 -0) ➕ `progressbar/progressbar.go` (+1098 -0) ➕ `progressbar/spinners.go` (+80 -0) </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-16 04:54:29 -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#15274