[PR #4502] [MERGED] fix quantize file types #16780

Closed
opened 2026-04-16 05:42:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4502
Author: @mxyng
Created: 5/17/2024
Status: Merged
Merged: 5/20/2024
Merged by: @mxyng

Base: mainHead: mxyng/fix-quantize


📝 Commits (2)

📊 Changes

3 files changed (+18 additions, -16 deletions)

View changed files

📝 server/images.go (+11 -8)
📝 server/model.go (+3 -4)
📝 server/routes.go (+4 -4)

📄 Description

this fixes the reported file type (quantization). previously this will report f16 or f32 based on the input file despite going through quantization

this changes contains some changes suggested by @pdevine in #4330


🔄 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/4502 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 5/17/2024 **Status:** ✅ Merged **Merged:** 5/20/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/fix-quantize` --- ### 📝 Commits (2) - [`f36f1d6`](https://github.com/ollama/ollama/commit/f36f1d6be988848d24d269a6bc5e3697fa0fb18a) tidy intermediate blobs - [`807d092`](https://github.com/ollama/ollama/commit/807d092761a1100704d260fccb6f0bc679f9b98e) fix quantize file types ### 📊 Changes **3 files changed** (+18 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `server/images.go` (+11 -8) 📝 `server/model.go` (+3 -4) 📝 `server/routes.go` (+4 -4) </details> ### 📄 Description this fixes the reported file type (quantization). previously this will report f16 or f32 based on the input file despite going through quantization this changes contains some changes suggested by @pdevine in #4330 --- <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-16 05:42:55 -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#16780