[PR #3657] [CLOSED] Add support for IQ1_S, IQ3_S, IQ2_S, IQ4_XS. IQ4_NL is not functional #57934

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3657
Author: @mann1x
Created: 4/15/2024
Status: Closed

Base: mainHead: mannix-gguf


📝 Commits (3)

  • 58520ca Add support for IQ1_S, IQ3_S, IQ2_S, IQ4_XS. IQ4_NL is not functional
  • 6244b88 Merge branch 'ollama:main' into mannix-gguf
  • 5ba2eb1 Update blockSize method to fix IQ4_NL

📊 Changes

1 file changed (+27 additions, -2 deletions)

View changed files

📝 llm/ggml.go (+27 -2)

📄 Description

This patch adds support for IQ1_S, IQ3_S, IQ2_S, IQ4_XS.

IQ4_NL is using a different format, have to investigate further what are the differences.


🔄 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/3657 **Author:** [@mann1x](https://github.com/mann1x) **Created:** 4/15/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `mannix-gguf` --- ### 📝 Commits (3) - [`58520ca`](https://github.com/ollama/ollama/commit/58520ca373b5a70589b242e8956c7fe0f4dea3a9) Add support for IQ1_S, IQ3_S, IQ2_S, IQ4_XS. IQ4_NL is not functional - [`6244b88`](https://github.com/ollama/ollama/commit/6244b882ceead98faa005ae0d3d17931a160bc7c) Merge branch 'ollama:main' into mannix-gguf - [`5ba2eb1`](https://github.com/ollama/ollama/commit/5ba2eb1cea9947213e6090a1c47ae762769558ee) Update blockSize method to fix IQ4_NL ### 📊 Changes **1 file changed** (+27 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `llm/ggml.go` (+27 -2) </details> ### 📄 Description This patch adds support for IQ1_S, IQ3_S, IQ2_S, IQ4_XS. IQ4_NL is using a different format, have to investigate further what are the differences. --- <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 12:43:35 -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#57934