[PR #9640] [MERGED] add verbose mode to the show command #59719

Closed
opened 2026-04-29 14:39:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/9640
Author: @pdevine
Created: 3/11/2025
Status: Merged
Merged: 3/13/2025
Merged by: @pdevine

Base: mainHead: pdevine/showinfo


📝 Commits (3)

📊 Changes

6 files changed (+130 additions, -19 deletions)

View changed files

📝 api/types.go (+8 -0)
📝 cmd/cmd.go (+46 -4)
📝 cmd/cmd_test.go (+56 -6)
📝 cmd/interactive.go (+1 -1)
📝 fs/ggml/ggml.go (+4 -0)
📝 server/routes.go (+15 -8)

📄 Description

This change adds metadata and tensor information to the show command to be able to see more information about a model. The output is roughly the same as on the model details page on ollama.com.


🔄 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/9640 **Author:** [@pdevine](https://github.com/pdevine) **Created:** 3/11/2025 **Status:** ✅ Merged **Merged:** 3/13/2025 **Merged by:** [@pdevine](https://github.com/pdevine) **Base:** `main` ← **Head:** `pdevine/showinfo` --- ### 📝 Commits (3) - [`8d7ff59`](https://github.com/ollama/ollama/commit/8d7ff591481e1251729c171f1cd00f921aee5422) add verbose mode to the show command - [`9c0bf36`](https://github.com/ollama/ollama/commit/9c0bf366d726f3883c0849645010219a87e4d903) feed the linter - [`35fd765`](https://github.com/ollama/ollama/commit/35fd7654eba8430f9370c6abc9ea152ae913e37c) address comments ### 📊 Changes **6 files changed** (+130 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+8 -0) 📝 `cmd/cmd.go` (+46 -4) 📝 `cmd/cmd_test.go` (+56 -6) 📝 `cmd/interactive.go` (+1 -1) 📝 `fs/ggml/ggml.go` (+4 -0) 📝 `server/routes.go` (+15 -8) </details> ### 📄 Description This change adds metadata and tensor information to the show command to be able to see more information about a model. The output is roughly the same as on the model details page on ollama.com. --- <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-29 14:39:26 -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#59719