[PR #8032] [MERGED] Remove unused runner CpuFeatures #23137

Closed
opened 2026-04-19 16:47:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/8032
Author: @dhiltgen
Created: 12/10/2024
Status: Merged
Merged: 12/10/2024
Merged by: @dhiltgen

Base: mainHead: requirements


📝 Commits (1)

  • f74320e Remove unused runner CpuFeatures

📊 Changes

4 files changed (+3 additions, -5 deletions)

View changed files

📝 llama/llama.go (+0 -2)
📝 make/Makefile.cpu (+1 -1)
📝 make/Makefile.ollama (+1 -1)
📝 make/gpu.make (+1 -1)

📄 Description

The final implementation of #7499 removed dynamic vector requirements in favor of a simpler filename based model, and this was left over logic that is no longer needed.


🔄 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/8032 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 12/10/2024 **Status:** ✅ Merged **Merged:** 12/10/2024 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `requirements` --- ### 📝 Commits (1) - [`f74320e`](https://github.com/ollama/ollama/commit/f74320e70de8fc171904b726793acb3bcc24df7c) Remove unused runner CpuFeatures ### 📊 Changes **4 files changed** (+3 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `llama/llama.go` (+0 -2) 📝 `make/Makefile.cpu` (+1 -1) 📝 `make/Makefile.ollama` (+1 -1) 📝 `make/gpu.make` (+1 -1) </details> ### 📄 Description The final implementation of #7499 removed dynamic vector requirements in favor of a simpler [filename based model](https://github.com/ollama/ollama/blob/main/runners/common.go#L125-L132), and this was left over logic that is no longer needed. --- <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-19 16:47:24 -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#23137