[PR #7009] [CLOSED] llama: add compiler tags for cpu features #38159

Closed
opened 2026-04-22 22:49:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7009
Author: @dhiltgen
Created: 9/27/2024
Status: Closed

Base: jmorganca/llamaHead: go_server_gpu_vector_flags


📝 Commits (2)

  • 518c7f9 llama: add compiler tags for cpu features
  • bd4dbef Add dynamic runner requirement discovery

📊 Changes

16 files changed (+234 additions, -110 deletions)

View changed files

📝 docs/development.md (+22 -6)
📝 docs/faq.md (+5 -0)
📝 gpu/cpu_common.go (+0 -13)
📝 gpu/gpu.go (+0 -11)
📝 gpu/gpu_darwin.go (+4 -2)
📝 gpu/types.go (+1 -24)
📝 llama/Makefile (+1 -0)
📝 llama/llama.go (+49 -18)
📝 llama/make/Makefile.default (+4 -2)
📝 llama/make/common-defs.make (+0 -2)
📝 llama/runner/requirements.go (+4 -2)
📝 llm/ext_server/server.cpp (+17 -0)
📝 llm/server.go (+2 -2)
📝 runners/common.go (+54 -28)
runners/requirements.go (+69 -0)
📝 scripts/env.sh (+2 -0)

📄 Description

Replaced by #7137


🔄 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/7009 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 9/27/2024 **Status:** ❌ Closed **Base:** `jmorganca/llama` ← **Head:** `go_server_gpu_vector_flags` --- ### 📝 Commits (2) - [`518c7f9`](https://github.com/ollama/ollama/commit/518c7f904ef815a9d94bcdae4f0329c72d3bb6d2) llama: add compiler tags for cpu features - [`bd4dbef`](https://github.com/ollama/ollama/commit/bd4dbefcc2a8b01ae8e0523d2ffe8d234238fe5c) Add dynamic runner requirement discovery ### 📊 Changes **16 files changed** (+234 additions, -110 deletions) <details> <summary>View changed files</summary> 📝 `docs/development.md` (+22 -6) 📝 `docs/faq.md` (+5 -0) 📝 `gpu/cpu_common.go` (+0 -13) 📝 `gpu/gpu.go` (+0 -11) 📝 `gpu/gpu_darwin.go` (+4 -2) 📝 `gpu/types.go` (+1 -24) 📝 `llama/Makefile` (+1 -0) 📝 `llama/llama.go` (+49 -18) 📝 `llama/make/Makefile.default` (+4 -2) 📝 `llama/make/common-defs.make` (+0 -2) 📝 `llama/runner/requirements.go` (+4 -2) 📝 `llm/ext_server/server.cpp` (+17 -0) 📝 `llm/server.go` (+2 -2) 📝 `runners/common.go` (+54 -28) ➕ `runners/requirements.go` (+69 -0) 📝 `scripts/env.sh` (+2 -0) </details> ### 📄 Description Replaced by #7137 --- <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-22 22:49:45 -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#38159