[PR #6621] [MERGED] llama: sync llama.cpp to commit 8962422 #58872

Closed
opened 2026-04-29 13:45:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: jmorganca/llamaHead: jmorganca/llama-sync


📝 Commits (1)

  • c42bad7 llama: sync llama.cpp to commit 8962422

📊 Changes

231 files changed (+13181 additions, -8326 deletions)

View changed files

📝 llama/build-info.cpp (+1 -1)
📝 llama/clip.cpp (+619 -82)
📝 llama/clip.h (+12 -3)
📝 llama/common.cpp (+446 -40)
📝 llama/common.h (+27 -13)
📝 llama/ggml-aarch64.c (+9 -22)
📝 llama/ggml-aarch64.h (+1 -1)
📝 llama/ggml-alloc.c (+1 -1)
📝 llama/ggml-alloc.h (+3 -3)
📝 llama/ggml-backend-impl.h (+1 -1)
📝 llama/ggml-backend.c (+41 -24)
📝 llama/ggml-backend.h (+3 -1)
📝 llama/ggml-common.h (+1 -1)
📝 llama/ggml-cuda.cu (+43 -21)
📝 llama/ggml-cuda.h (+1 -1)
📝 llama/ggml-cuda/acc.cu (+1 -1)
📝 llama/ggml-cuda/acc.cuh (+1 -1)
📝 llama/ggml-cuda/arange.cu (+1 -1)
📝 llama/ggml-cuda/arange.cuh (+1 -1)
📝 llama/ggml-cuda/argsort.cu (+1 -1)

...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/6621 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 9/4/2024 **Status:** ✅ Merged **Merged:** 9/4/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `jmorganca/llama` ← **Head:** `jmorganca/llama-sync` --- ### 📝 Commits (1) - [`c42bad7`](https://github.com/ollama/ollama/commit/c42bad7a9f1920ee3b6c568dbbd49d9dc79595e3) llama: sync llama.cpp to commit 8962422 ### 📊 Changes **231 files changed** (+13181 additions, -8326 deletions) <details> <summary>View changed files</summary> 📝 `llama/build-info.cpp` (+1 -1) 📝 `llama/clip.cpp` (+619 -82) 📝 `llama/clip.h` (+12 -3) 📝 `llama/common.cpp` (+446 -40) 📝 `llama/common.h` (+27 -13) 📝 `llama/ggml-aarch64.c` (+9 -22) 📝 `llama/ggml-aarch64.h` (+1 -1) 📝 `llama/ggml-alloc.c` (+1 -1) 📝 `llama/ggml-alloc.h` (+3 -3) 📝 `llama/ggml-backend-impl.h` (+1 -1) 📝 `llama/ggml-backend.c` (+41 -24) 📝 `llama/ggml-backend.h` (+3 -1) 📝 `llama/ggml-common.h` (+1 -1) 📝 `llama/ggml-cuda.cu` (+43 -21) 📝 `llama/ggml-cuda.h` (+1 -1) 📝 `llama/ggml-cuda/acc.cu` (+1 -1) 📝 `llama/ggml-cuda/acc.cuh` (+1 -1) 📝 `llama/ggml-cuda/arange.cu` (+1 -1) 📝 `llama/ggml-cuda/arange.cuh` (+1 -1) 📝 `llama/ggml-cuda/argsort.cu` (+1 -1) _...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-29 13:45:53 -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#58872