[PR #8224] [CLOSED] Add back fallback CPU runner #12669

Closed
opened 2026-04-13 00:06:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/8224
Author: @hack3ric
Created: 12/24/2024
Status: Closed

Base: mainHead: cpu-fallback


📝 Commits (1)

  • bfa32b9 Add back fallback CPU runner

📊 Changes

1 file changed (+6 additions, -0 deletions)

View changed files

📝 make/Makefile.cpu (+6 -0)

📄 Description

Previous versions of Ollama can build CPU runners without any optimization, but now (0.5.x) it can only build AVX and AVX2 variants. Add back cpu runner without any TARGET_CPU_FLAGS to enable this.


🔄 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/8224 **Author:** [@hack3ric](https://github.com/hack3ric) **Created:** 12/24/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `cpu-fallback` --- ### 📝 Commits (1) - [`bfa32b9`](https://github.com/ollama/ollama/commit/bfa32b9a30e75a37186c4e0d9642519dd3aa152c) Add back fallback CPU runner ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `make/Makefile.cpu` (+6 -0) </details> ### 📄 Description Previous versions of Ollama can build CPU runners without any optimization, but now (0.5.x) it can only build AVX and AVX2 variants. Add back `cpu` runner without any `TARGET_CPU_FLAGS` to enable this. --- <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-13 00:06:28 -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#12669