[PR #3030] [MERGED] Update llama.cpp submodule to 77d1ac7 #11039

Closed
opened 2026-04-12 23:19:25 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3030
Author: @jmorganca
Created: 3/9/2024
Status: Merged
Merged: 3/9/2024
Merged by: @jmorganca

Base: mainHead: jmorganca/llama-77d1ac7


📝 Commits (1)

  • aa0844b update llama.cpp submodule to 77d1ac7

📊 Changes

6 files changed (+24 additions, -66 deletions)

View changed files

📝 llm/ext_server/ext_server.cpp (+1 -1)
📝 llm/generate/gen_darwin.sh (+8 -1)
📝 llm/llama.cpp (+1 -1)
📝 llm/patches/02-cudaleaks.diff (+12 -11)
📝 llm/payload_common.go (+1 -51)
📝 llm/payload_darwin_amd64.go (+1 -1)

📄 Description

Note we use -DLLAMA_METAL_EMBED_LIBRARY=on on arm64 darwin to embed ggml-metal.metal. This change also required us to prepend ggml-common.h to the top of ggml-metal.metal to avoid a runtime lookup error.


🔄 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/3030 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 3/9/2024 **Status:** ✅ Merged **Merged:** 3/9/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `jmorganca/llama-77d1ac7` --- ### 📝 Commits (1) - [`aa0844b`](https://github.com/ollama/ollama/commit/aa0844bc1e69548402c9bdec0f356c59681ef983) update llama.cpp submodule to `77d1ac7` ### 📊 Changes **6 files changed** (+24 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `llm/ext_server/ext_server.cpp` (+1 -1) 📝 `llm/generate/gen_darwin.sh` (+8 -1) 📝 `llm/llama.cpp` (+1 -1) 📝 `llm/patches/02-cudaleaks.diff` (+12 -11) 📝 `llm/payload_common.go` (+1 -51) 📝 `llm/payload_darwin_amd64.go` (+1 -1) </details> ### 📄 Description Note we use `-DLLAMA_METAL_EMBED_LIBRARY=on` on arm64 darwin to embed ggml-metal.metal. This change also required us to prepend ggml-common.h to the top of ggml-metal.metal to avoid a runtime lookup error. --- <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-12 23:19:25 -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#11039