[PR #7068] [MERGED] runner.go: Enable llamafile (all platforms) and BLAS (Mac OS) #22840

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7068
Author: @jessegross
Created: 10/1/2024
Status: Merged
Merged: 10/1/2024
Merged by: @jessegross

Base: jmorganca/llamaHead: jessegross/llamafile


📝 Commits (1)

  • cef7c2a runner.go: Enable llamafile (all platforms) and BLAS (Mac OS)

📊 Changes

6 files changed (+484 additions, -4 deletions)

View changed files

llama/ggml-blas.cpp (+397 -0)
llama/ggml-blas.h (+49 -0)
📝 llama/llama.go (+4 -4)
llama/llamafile/sgemm.h (+14 -0)
llama/patches/11-blas.diff (+16 -0)
📝 llama/sync.sh (+4 -0)

📄 Description

These are two features that are shown on llama.cpp's system info that are currently different between the two runners. On my test systems the performance difference is very small to negligible but it is probably still good to equalize the features.


🔄 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/7068 **Author:** [@jessegross](https://github.com/jessegross) **Created:** 10/1/2024 **Status:** ✅ Merged **Merged:** 10/1/2024 **Merged by:** [@jessegross](https://github.com/jessegross) **Base:** `jmorganca/llama` ← **Head:** `jessegross/llamafile` --- ### 📝 Commits (1) - [`cef7c2a`](https://github.com/ollama/ollama/commit/cef7c2a9618ec6a0ec6b348b7b18573666b30324) runner.go: Enable llamafile (all platforms) and BLAS (Mac OS) ### 📊 Changes **6 files changed** (+484 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `llama/ggml-blas.cpp` (+397 -0) ➕ `llama/ggml-blas.h` (+49 -0) 📝 `llama/llama.go` (+4 -4) ➕ `llama/llamafile/sgemm.h` (+14 -0) ➕ `llama/patches/11-blas.diff` (+16 -0) 📝 `llama/sync.sh` (+4 -0) </details> ### 📄 Description These are two features that are shown on llama.cpp's system info that are currently different between the two runners. On my test systems the performance difference is very small to negligible but it is probably still good to equalize the features. --- <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:49 -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#22840