[PR #6991] [CLOSED] llama: wire up builtin runner to main binary #22824

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

📋 Pull Request Information

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

Base: jmorganca/llamaHead: go_server_lcd_builtin


📝 Commits (1)

  • ecf0de7 llama: wire up builtin runner

📊 Changes

12 files changed (+64 additions, -18 deletions)

View changed files

📝 llama/make/Makefile.default (+3 -3)
📝 llama/make/gpu.make (+1 -1)
📝 llama/runner/cache.go (+1 -1)
📝 llama/runner/cache_test.go (+1 -1)
llama/runner/cmd/cmd.go (+7 -0)
📝 llama/runner/requirements.go (+1 -1)
📝 llama/runner/runner.go (+3 -2)
📝 llama/runner/stop.go (+1 -1)
📝 llama/runner/stop_test.go (+1 -1)
📝 llm/server.go (+22 -6)
📝 main.go (+9 -0)
📝 runners/common.go (+14 -1)

📄 Description

Replaced by #7138 on main


🔄 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/6991 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 9/26/2024 **Status:** ❌ Closed **Base:** `jmorganca/llama` ← **Head:** `go_server_lcd_builtin` --- ### 📝 Commits (1) - [`ecf0de7`](https://github.com/ollama/ollama/commit/ecf0de7ff03944c4cf890eb3655aee155db2f8a5) llama: wire up builtin runner ### 📊 Changes **12 files changed** (+64 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `llama/make/Makefile.default` (+3 -3) 📝 `llama/make/gpu.make` (+1 -1) 📝 `llama/runner/cache.go` (+1 -1) 📝 `llama/runner/cache_test.go` (+1 -1) ➕ `llama/runner/cmd/cmd.go` (+7 -0) 📝 `llama/runner/requirements.go` (+1 -1) 📝 `llama/runner/runner.go` (+3 -2) 📝 `llama/runner/stop.go` (+1 -1) 📝 `llama/runner/stop_test.go` (+1 -1) 📝 `llm/server.go` (+22 -6) 📝 `main.go` (+9 -0) 📝 `runners/common.go` (+14 -1) </details> ### 📄 Description Replaced by #7138 on main --- <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:35:19 -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#22824