[PR #5960] [CLOSED] server: convert progress #58670

Closed
opened 2026-04-29 13:34:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/5960
Author: @joshyan1
Created: 7/25/2024
Status: Closed

Base: mainHead: jyan/convert-prog


📝 Commits (5)

📊 Changes

9 files changed (+53 additions, -24 deletions)

View changed files

📝 cmd/cmd.go (+11 -0)
📝 convert/convert.go (+17 -10)
📝 convert/convert_test.go (+4 -3)
📝 llm/gguf.go (+7 -2)
📝 llm/memory_test.go (+1 -1)
📝 server/model.go (+8 -4)
📝 server/model_test.go (+2 -2)
📝 server/routes_create_test.go (+1 -1)
📝 server/sched_test.go (+2 -1)

📄 Description

use callback for convert progress on models and adapters

transferring model data 100% 
converting model 100% 
creating new layer sha256:7fd0cf1e9b7f7cbf3a3ef9dfffb9a9cf24c8e54ba47d0b7c323429c2dba40e23 
using existing layer sha256:35c6d0195dfd0c11a81f9dff428c7c63bece1fd3a44f989f75b4e1d562bbd7e0 
using existing layer sha256:7d004c54ed218968d29ef809bece2a53846417995b77b34e35ae7eb79a498bc4 
using existing layer sha256:214742a89d95d503b15a0ae7a459e0df214ad02493233016e329a812e22009c3 
using existing layer sha256:7ddbc7f11df908034a49940ba566869f0c293396e569af41f52b23231e1c8374 
creating new layer sha256:24f1c0377dc2e6542fb248a18d3e4ea37263abe7541fa8d3aff6bb165e56cb23 
writing manifest 
success 

🔄 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/5960 **Author:** [@joshyan1](https://github.com/joshyan1) **Created:** 7/25/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `jyan/convert-prog` --- ### 📝 Commits (5) - [`340162f`](https://github.com/ollama/ollama/commit/340162fbc3e216cffc006c2ef3fc749b7e05f364) convert progress - [`01b20fe`](https://github.com/ollama/ollama/commit/01b20fe6f18b4bafb3bee5a9b91c4c9355eb520e) lint - [`800edd7`](https://github.com/ollama/ollama/commit/800edd7884e12f80e40ac59b1f1e53669776fdbf) lint again - [`52ef79b`](https://github.com/ollama/ollama/commit/52ef79bb7d3236c2e11dbde05c96dd38291269d7) last lint (hopefully) - [`0e1ec46`](https://github.com/ollama/ollama/commit/0e1ec461f9bef752ef18a8c42edb75f8bd6722e7) import ### 📊 Changes **9 files changed** (+53 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+11 -0) 📝 `convert/convert.go` (+17 -10) 📝 `convert/convert_test.go` (+4 -3) 📝 `llm/gguf.go` (+7 -2) 📝 `llm/memory_test.go` (+1 -1) 📝 `server/model.go` (+8 -4) 📝 `server/model_test.go` (+2 -2) 📝 `server/routes_create_test.go` (+1 -1) 📝 `server/sched_test.go` (+2 -1) </details> ### 📄 Description use callback for convert progress on models and adapters ``` transferring model data 100% converting model 100% creating new layer sha256:7fd0cf1e9b7f7cbf3a3ef9dfffb9a9cf24c8e54ba47d0b7c323429c2dba40e23 using existing layer sha256:35c6d0195dfd0c11a81f9dff428c7c63bece1fd3a44f989f75b4e1d562bbd7e0 using existing layer sha256:7d004c54ed218968d29ef809bece2a53846417995b77b34e35ae7eb79a498bc4 using existing layer sha256:214742a89d95d503b15a0ae7a459e0df214ad02493233016e329a812e22009c3 using existing layer sha256:7ddbc7f11df908034a49940ba566869f0c293396e569af41f52b23231e1c8374 creating new layer sha256:24f1c0377dc2e6542fb248a18d3e4ea37263abe7541fa8d3aff6bb165e56cb23 writing manifest success ``` --- <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 13:34:20 -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#58670