[PR #4244] [MERGED] skip if same quantization #11426

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4244
Author: @mxyng
Created: 5/8/2024
Status: Merged
Merged: 5/8/2024
Merged by: @mxyng

Base: mainHead: mxyng/skip-if-same


📝 Commits (1)

  • eeb6952 skip if same quantization

📊 Changes

2 files changed (+30 additions, -30 deletions)

View changed files

📝 llm/ggml.go (+3 -3)
📝 server/images.go (+27 -27)

📄 Description

this skips quantization of the input and output are the same file types. most of the time, this means if the input and output are both f16


🔄 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/4244 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 5/8/2024 **Status:** ✅ Merged **Merged:** 5/8/2024 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/skip-if-same` --- ### 📝 Commits (1) - [`eeb6952`](https://github.com/ollama/ollama/commit/eeb695261f6208d3e51a43436c76b22ac85cfe7b) skip if same quantization ### 📊 Changes **2 files changed** (+30 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `llm/ggml.go` (+3 -3) 📝 `server/images.go` (+27 -27) </details> ### 📄 Description this skips quantization of the input and output are the same file types. most of the time, this means if the input and output are both f16 --- <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:29:56 -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#11426