[PR #6102] [CLOSED] cmd: quantize progress #12014

Closed
opened 2026-04-12 23:46:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: jyan/quant5


📝 Commits (8)

📊 Changes

6 files changed (+1342 additions, -5 deletions)

View changed files

📝 .gitattributes (+1 -0)
📝 cmd/cmd.go (+10 -0)
llm/llama.h (+1227 -0)
📝 llm/llm.go (+47 -3)
llm/patches/10-quantize-callback.diff (+52 -0)
📝 server/images.go (+5 -2)

📄 Description

new PR because the old one was again stuck rebasing


🔄 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/6102 **Author:** [@joshyan1](https://github.com/joshyan1) **Created:** 7/31/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `jyan/quant5` --- ### 📝 Commits (8) - [`de9b21b`](https://github.com/ollama/ollama/commit/de9b21b472c1e52bbb7ce6f5158ca6eb2ac6bde6) quantize progress - [`04f2154`](https://github.com/ollama/ollama/commit/04f215450584e648b582b429eac77fdb5ad181c0) fixed cgo - [`4a7bfca`](https://github.com/ollama/ollama/commit/4a7bfca902b24f9fc2f1b8fe9ffb5ac30c5f4d48) change progress msg - [`07c0f66`](https://github.com/ollama/ollama/commit/07c0f66f5e5153384dcd71b4949b53b874f26911) rm print - [`9bc42f5`](https://github.com/ollama/ollama/commit/9bc42f532b5ac6f2722a06f65107edabd2898a85) rmv api type - [`73d69bc`](https://github.com/ollama/ollama/commit/73d69bc90b6e44aee81447e2042d87a47adb6b0c) remove types - [`cc17b02`](https://github.com/ollama/ollama/commit/cc17b02b23eb65b01e8bb82e20dc407edeff0a4b) update - [`4da5d5b`](https://github.com/ollama/ollama/commit/4da5d5beaa5279e6c875a9b4e2c4265a96876e36) lint ### 📊 Changes **6 files changed** (+1342 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+1 -0) 📝 `cmd/cmd.go` (+10 -0) ➕ `llm/llama.h` (+1227 -0) 📝 `llm/llm.go` (+47 -3) ➕ `llm/patches/10-quantize-callback.diff` (+52 -0) 📝 `server/images.go` (+5 -2) </details> ### 📄 Description new PR because the old one was again stuck rebasing --- <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 23:46:10 -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#12014