[PR #7875] [MERGED] llama: update llama.cpp and ggml to 40c6d79f #23084

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7875
Author: @jmorganca
Created: 11/28/2024
Status: Merged
Merged: 12/11/2024
Merged by: @jmorganca

Base: mainHead: jmorganca/bump-llamacpp


📝 Commits (3)

  • 1e39834 llama: update llama.cpp and ggml to 40c6d79f
  • 6a82f0c add missing ggml defines for cuda
  • 3dbf442 add missing -ldl

📊 Changes

289 files changed (+62543 additions, -45797 deletions)

View changed files

📝 .github/workflows/test.yaml (+18 -0)
📝 api/types.go (+0 -2)
📝 docs/api.md (+0 -1)
llama/amx.cpp (+222 -0)
llama/amx.h (+46 -0)
📝 llama/build-info.cpp (+1 -1)
📝 llama/clip.cpp (+22 -5)
📝 llama/clip.h (+1 -1)
📝 llama/common.cpp (+218 -313)
📝 llama/common.h (+179 -112)
📝 llama/ggml-aarch64.c (+47 -3127)
📝 llama/ggml-aarch64.h (+1 -21)
📝 llama/ggml-alloc.c (+24 -28)
📝 llama/ggml-alloc.h (+2 -2)
📝 llama/ggml-backend-impl.h (+186 -84)
llama/ggml-backend-reg.cpp (+545 -0)
📝 llama/ggml-backend.cpp (+363 -658)
📝 llama/ggml-backend.h (+182 -72)
📝 llama/ggml-blas.cpp (+221 -72)
📝 llama/ggml-blas.h (+6 -4)

...and 80 more files

📄 Description

No description provided


🔄 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/7875 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 11/28/2024 **Status:** ✅ Merged **Merged:** 12/11/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `jmorganca/bump-llamacpp` --- ### 📝 Commits (3) - [`1e39834`](https://github.com/ollama/ollama/commit/1e398346ba1d83bdd69d84297c1647b5ec7ba854) llama: update llama.cpp and ggml to 40c6d79f - [`6a82f0c`](https://github.com/ollama/ollama/commit/6a82f0c0aa56db38e316cbcfbbd77e680f64e677) add missing ggml defines for cuda - [`3dbf442`](https://github.com/ollama/ollama/commit/3dbf4429ea3c5737102a221be75f4eadc502b8a6) add missing -ldl ### 📊 Changes **289 files changed** (+62543 additions, -45797 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yaml` (+18 -0) 📝 `api/types.go` (+0 -2) 📝 `docs/api.md` (+0 -1) ➕ `llama/amx.cpp` (+222 -0) ➕ `llama/amx.h` (+46 -0) 📝 `llama/build-info.cpp` (+1 -1) 📝 `llama/clip.cpp` (+22 -5) 📝 `llama/clip.h` (+1 -1) 📝 `llama/common.cpp` (+218 -313) 📝 `llama/common.h` (+179 -112) 📝 `llama/ggml-aarch64.c` (+47 -3127) 📝 `llama/ggml-aarch64.h` (+1 -21) 📝 `llama/ggml-alloc.c` (+24 -28) 📝 `llama/ggml-alloc.h` (+2 -2) 📝 `llama/ggml-backend-impl.h` (+186 -84) ➕ `llama/ggml-backend-reg.cpp` (+545 -0) 📝 `llama/ggml-backend.cpp` (+363 -658) 📝 `llama/ggml-backend.h` (+182 -72) 📝 `llama/ggml-blas.cpp` (+221 -72) 📝 `llama/ggml-blas.h` (+6 -4) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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:45:24 -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#23084