[PR #1935] [MERGED] Fix up the CPU fallback selection #10730

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1935
Author: @dhiltgen
Created: 1/11/2024
Status: Merged
Merged: 1/11/2024
Merged by: @dhiltgen

Base: mainHead: cpu_fallback


📝 Commits (1)

  • 7427fa1 Fix up the CPU fallback selection

📊 Changes

4 files changed (+30 additions, -16 deletions)

View changed files

📝 gpu/gpu_darwin.go (+1 -1)
📝 llm/llm.go (+9 -6)
📝 llm/payload_common.go (+7 -0)
📝 llm/payload_test.go (+13 -9)

📄 Description

The memory changes and multi-variant change had some merge glitches I missed. This fixes them so we actually get the cpu llm lib and best variant for the given system.


🔄 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/1935 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 1/11/2024 **Status:** ✅ Merged **Merged:** 1/11/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `cpu_fallback` --- ### 📝 Commits (1) - [`7427fa1`](https://github.com/ollama/ollama/commit/7427fa138714580f74aafa9f08d7af5d16fa2fad) Fix up the CPU fallback selection ### 📊 Changes **4 files changed** (+30 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `gpu/gpu_darwin.go` (+1 -1) 📝 `llm/llm.go` (+9 -6) 📝 `llm/payload_common.go` (+7 -0) 📝 `llm/payload_test.go` (+13 -9) </details> ### 📄 Description The memory changes and multi-variant change had some merge glitches I missed. This fixes them so we actually get the cpu llm lib and best variant for the given system. --- <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:09:05 -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#10730