[PR #7954] [CLOSED] wip: next ollama runner build updates #38441

Closed
opened 2026-04-22 23:06:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7954
Author: @dhiltgen
Created: 12/5/2024
Status: Closed

Base: mxyng/nextHead: new_engine_build


📝 Commits (10+)

  • 8c9ee4e wip: next ollama runner
  • b9fe9ec llama: wire up builtin runner
  • 786b04b build: Make target improvements
  • 5019fdc Support customized CPU flags for runners
  • fe92d6a Use relative paths
  • ac2d0a7 Remove payloads from main binary
  • d67edcc install: clean up prior libraries
  • 8d4a334 merge ggml file decoding
  • c0915af Merge branch 'make_targets' into new_engine
  • ffe33f3 WIP - adjust build rigging for new engine

📊 Changes

135 files changed (+12863 additions, -1562 deletions)

View changed files

📝 .gitattributes (+9 -0)
📝 .github/workflows/release.yaml (+4 -7)
📝 .gitignore (+0 -3)
📝 Dockerfile (+30 -106)
📝 Makefile (+105 -4)
build/darwin/amd64/placeholder (+0 -1)
build/darwin/arm64/placeholder (+0 -1)
build/embed_darwin_amd64.go (+0 -8)
build/embed_darwin_arm64.go (+0 -8)
build/embed_linux.go (+0 -6)
build/embed_unused.go (+0 -8)
build/linux/amd64/placeholder (+0 -1)
build/linux/arm64/placeholder (+0 -1)
cache/cache.go (+63 -0)
📝 cmd/cmd.go (+16 -0)
cmd/runner/cmd.go (+23 -0)
📝 convert/convert.go (+16 -16)
📝 convert/convert_bert.go (+5 -5)
📝 convert/convert_gemma.go (+5 -5)
📝 convert/convert_gemma2.go (+2 -4)

...and 80 more files

📄 Description

Carries #7499 and adjusts the layout for the new runner


🔄 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/7954 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 12/5/2024 **Status:** ❌ Closed **Base:** `mxyng/next` ← **Head:** `new_engine_build` --- ### 📝 Commits (10+) - [`8c9ee4e`](https://github.com/ollama/ollama/commit/8c9ee4e5bf28a9f9742a2e31a6e1605a10406022) wip: next ollama runner - [`b9fe9ec`](https://github.com/ollama/ollama/commit/b9fe9ec4a80963c6c2e5925ae39c4fad19b48113) llama: wire up builtin runner - [`786b04b`](https://github.com/ollama/ollama/commit/786b04baf6adcbdb9459bc8a1865f06801dcd5ac) build: Make target improvements - [`5019fdc`](https://github.com/ollama/ollama/commit/5019fdc7c02c2e92f3e2a1a4c509d4b68065c68c) Support customized CPU flags for runners - [`fe92d6a`](https://github.com/ollama/ollama/commit/fe92d6a744c6570177f4cf48b913d3055267c5be) Use relative paths - [`ac2d0a7`](https://github.com/ollama/ollama/commit/ac2d0a7e313c2f43b2f947c0e5e1341993ec7981) Remove payloads from main binary - [`d67edcc`](https://github.com/ollama/ollama/commit/d67edcce618dd07d38761aa9c66239b680840bdb) install: clean up prior libraries - [`8d4a334`](https://github.com/ollama/ollama/commit/8d4a334363288ecdcf7ddd96a441e6fcbc0c8262) merge ggml file decoding - [`c0915af`](https://github.com/ollama/ollama/commit/c0915af5518dec00de2b0ec3f9dad40057c1e7b5) Merge branch 'make_targets' into new_engine - [`ffe33f3`](https://github.com/ollama/ollama/commit/ffe33f36326b8a236e0f90e71d4ca39e83d9eaa2) WIP - adjust build rigging for new engine ### 📊 Changes **135 files changed** (+12863 additions, -1562 deletions) <details> <summary>View changed files</summary> 📝 `.gitattributes` (+9 -0) 📝 `.github/workflows/release.yaml` (+4 -7) 📝 `.gitignore` (+0 -3) 📝 `Dockerfile` (+30 -106) 📝 `Makefile` (+105 -4) ➖ `build/darwin/amd64/placeholder` (+0 -1) ➖ `build/darwin/arm64/placeholder` (+0 -1) ➖ `build/embed_darwin_amd64.go` (+0 -8) ➖ `build/embed_darwin_arm64.go` (+0 -8) ➖ `build/embed_linux.go` (+0 -6) ➖ `build/embed_unused.go` (+0 -8) ➖ `build/linux/amd64/placeholder` (+0 -1) ➖ `build/linux/arm64/placeholder` (+0 -1) ➕ `cache/cache.go` (+63 -0) 📝 `cmd/cmd.go` (+16 -0) ➕ `cmd/runner/cmd.go` (+23 -0) 📝 `convert/convert.go` (+16 -16) 📝 `convert/convert_bert.go` (+5 -5) 📝 `convert/convert_gemma.go` (+5 -5) 📝 `convert/convert_gemma2.go` (+2 -4) _...and 80 more files_ </details> ### 📄 Description Carries #7499 and adjusts the layout for the new runner --- <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 23:06:31 -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#38441