[PR #7695] [MERGED] cmd: print location of model after pushing #11225

Closed
opened 2025-11-12 16:09:26 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7695
Author: @BruceMacD
Created: 11/16/2024
Status: Merged
Merged: 11/25/2024
Merged by: @BruceMacD

Base: mainHead: brucemacd/push-feedback


📝 Commits (4)

📊 Changes

2 files changed (+137 additions, -0 deletions)

View changed files

📝 cmd/cmd.go (+12 -0)
📝 cmd/cmd_test.go (+125 -0)

📄 Description

After a user pushes their model it is not clear what to do next. Add a link to the output of ollama push that tells the user where their model can now be found.

❯ ollama push brxce/test
retrieving manifest 
pushing 66002b78c70a... 100% ▕███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▏ 2.0 GB                         
pushing dd90d0f2b7ee... 100% ▕███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▏   95 B                         
pushing 93ca9b3d83dc... 100% ▕█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████���█▏   89 B                         
pushing 33eb43a1488d... 100% ▕███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▏   52 B                         
pushing fd52b10ee3ee... 100% ▕███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▏  455 B                         
pushing manifest 
success 

You can find your model at:

        https://ollama.com/brxce/test

🔄 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/7695 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 11/16/2024 **Status:** ✅ Merged **Merged:** 11/25/2024 **Merged by:** [@BruceMacD](https://github.com/BruceMacD) **Base:** `main` ← **Head:** `brucemacd/push-feedback` --- ### 📝 Commits (4) - [`336edb4`](https://github.com/ollama/ollama/commit/336edb413d9d85758841bdb6bab0fae2c89972cb) cmd: print location of model after pushing - [`f069a8e`](https://github.com/ollama/ollama/commit/f069a8e4904acd3a7fe681168e88ec4e131bf0bc) lint - [`d3ffd5c`](https://github.com/ollama/ollama/commit/d3ffd5c265d2befea0abeaacae5b617b9a6e8643) update pushed message feedback - [`bf7c189`](https://github.com/ollama/ollama/commit/bf7c189a43907795a12b538167d225677035d8b7) PR feedback ### 📊 Changes **2 files changed** (+137 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+12 -0) 📝 `cmd/cmd_test.go` (+125 -0) </details> ### 📄 Description After a user pushes their model it is not clear what to do next. Add a link to the output of ollama push that tells the user where their model can now be found. ```bash ❯ ollama push brxce/test retrieving manifest pushing 66002b78c70a... 100% ▕███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▏ 2.0 GB pushing dd90d0f2b7ee... 100% ▕███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▏ 95 B pushing 93ca9b3d83dc... 100% ▕█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████���█▏ 89 B pushing 33eb43a1488d... 100% ▕███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▏ 52 B pushing fd52b10ee3ee... 100% ▕███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████▏ 455 B pushing manifest success You can find your model at: https://ollama.com/brxce/test ``` --- <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 2025-11-12 16:09:26 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama-ollama#11225