[PR #722] [MERGED] add feedback for reading model metadata #10305

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/722
Author: @BruceMacD
Created: 10/6/2023
Status: Merged
Merged: 10/6/2023
Merged by: @BruceMacD

Base: mainHead: brucemacd/create-model-feedback


📝 Commits (1)

  • 77a9a11 add feedback for reading model metadata

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 server/images.go (+1 -0)

📄 Description

When creating a model from a large base layer (ex: 70B) reading model metadata is slow since the weights file is large.

Without feedback here the creation is in the "looking for model" stage for a long time, which makes it look like something has gone wrong.

New behavior:

parsing modelfile
looking for model
⠋ reading model metadata

🔄 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/722 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 10/6/2023 **Status:** ✅ Merged **Merged:** 10/6/2023 **Merged by:** [@BruceMacD](https://github.com/BruceMacD) **Base:** `main` ← **Head:** `brucemacd/create-model-feedback` --- ### 📝 Commits (1) - [`77a9a11`](https://github.com/ollama/ollama/commit/77a9a1174b723c9cbb5c17dde6ad896979fc3783) add feedback for reading model metadata ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `server/images.go` (+1 -0) </details> ### 📄 Description When creating a model from a large base layer (ex: 70B) reading model metadata is slow since the weights file is large. Without feedback here the creation is in the "looking for model" stage for a long time, which makes it look like something has gone wrong. New behavior: ``` parsing modelfile looking for model ⠋ reading model metadata ``` --- <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-12 22:57: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#10305