[PR #5615] [CLOSED] cmd/llama.cpp: quantize progress #37725

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

📋 Pull Request Information

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

Base: jyan/progressHead: jyan/quant4


📝 Commits (7)

📊 Changes

7 files changed (+1346 additions, -4 deletions)

View changed files

📝 .gitattributes (+1 -0)
📝 api/types.go (+1 -0)
📝 cmd/cmd.go (+10 -0)
llm/llama.h (+1227 -0)
📝 llm/llm.go (+49 -2)
llm/patches/10-quantize-callback.diff (+52 -0)
📝 server/images.go (+6 -2)

📄 Description

quantizing model tensors 68/195 ⠸
now displays quantization progress

now tracking here: https://github.com/ollama/ollama/pull/6102

https://github.com/ollama/ollama/issues/5423


🔄 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/5615 **Author:** [@joshyan1](https://github.com/joshyan1) **Created:** 7/10/2024 **Status:** ❌ Closed **Base:** `jyan/progress` ← **Head:** `jyan/quant4` --- ### 📝 Commits (7) - [`a083852`](https://github.com/ollama/ollama/commit/a083852eb5d16c9b29335f012acdb4851346d259) quantize progress - [`60be9e2`](https://github.com/ollama/ollama/commit/60be9e28409d1111185dd663f814102bf9e7edfa) patch - [`d82d25d`](https://github.com/ollama/ollama/commit/d82d25d70ca84061f279e068e88a8dd85dc58426) patched - [`d352c68`](https://github.com/ollama/ollama/commit/d352c68ffc51a105c4c227b61592cfd1003a3386) move llama.h - [`657a110`](https://github.com/ollama/ollama/commit/657a1102fcbdb7d091442c70ac19373c5cd223e3) lint complained - [`4c9a160`](https://github.com/ollama/ollama/commit/4c9a160a0850b1cf57bdccddc6cf2f5d35aeabbc) race - [`8476ef2`](https://github.com/ollama/ollama/commit/8476ef2bd87a1585e0ba33b33fa6a63a4dace7f0) atomic for race ### 📊 Changes **7 files changed** (+1346 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+1 -0) 📝 `api/types.go` (+1 -0) 📝 `cmd/cmd.go` (+10 -0) ➕ `llm/llama.h` (+1227 -0) 📝 `llm/llm.go` (+49 -2) ➕ `llm/patches/10-quantize-callback.diff` (+52 -0) 📝 `server/images.go` (+6 -2) </details> ### 📄 Description `quantizing model tensors 68/195 ⠸ ` now displays quantization progress now tracking here: https://github.com/ollama/ollama/pull/6102 https://github.com/ollama/ollama/issues/5423 --- <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-22 22:24:05 -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#37725