[PR #3899] [CLOSED] show ggml modelinfo through the show api #42562

Closed
opened 2026-04-24 22:18:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3899
Author: @pdevine
Created: 4/25/2024
Status: Closed

Base: mainHead: pdevine/showggmlinfo


📝 Commits (2)

  • 686178b show ggml modelinfo through the show api
  • c0314cc feed the linter

📊 Changes

3 files changed (+52 additions, -2 deletions)

View changed files

📝 api/types.go (+1 -0)
📝 llm/ggml.go (+1 -1)
📝 server/routes.go (+50 -1)

📄 Description

This change exposes the GGML KVs and tensor data to make it easier to introspect a model.


🔄 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/3899 **Author:** [@pdevine](https://github.com/pdevine) **Created:** 4/25/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `pdevine/showggmlinfo` --- ### 📝 Commits (2) - [`686178b`](https://github.com/ollama/ollama/commit/686178b6c57336124b1c9b1cee87afe8c2864de2) show ggml modelinfo through the show api - [`c0314cc`](https://github.com/ollama/ollama/commit/c0314cc41cd0da954e4d59d570e24398eaa2f013) feed the linter ### 📊 Changes **3 files changed** (+52 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+1 -0) 📝 `llm/ggml.go` (+1 -1) 📝 `server/routes.go` (+50 -1) </details> ### 📄 Description This change exposes the GGML KVs and tensor data to make it easier to introspect a model. --- <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 22:18:41 -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#42562