[PR #272] [MERGED] Decode ggml 2: Use decoded values #15345

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/272
Author: @mxyng
Created: 8/3/2023
Status: Merged
Merged: 8/11/2023
Merged by: @mxyng

Base: mainHead: decode-ggml-2


📝 Commits (2)

  • 020a3b3 disable gpu for q5_0, q5_1, q8_0 quants
  • d791df7 check memory requirements before loading

📊 Changes

3 files changed (+36 additions, -0 deletions)

View changed files

📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 llm/llm.go (+33 -0)

📄 Description

No description provided


🔄 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/272 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 8/3/2023 **Status:** ✅ Merged **Merged:** 8/11/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `decode-ggml-2` --- ### 📝 Commits (2) - [`020a3b3`](https://github.com/ollama/ollama/commit/020a3b35308c33243895202c1f419f774abf038e) disable gpu for q5_0, q5_1, q8_0 quants - [`d791df7`](https://github.com/ollama/ollama/commit/d791df75dd122b6e525a664751eebe6bda4c103b) check memory requirements before loading ### 📊 Changes **3 files changed** (+36 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `llm/llm.go` (+33 -0) </details> ### 📄 Description _No description provided_ --- <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 04:56:22 -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#15345