[PR #7670] [CLOSED] Vendor bump llama.cpp #23021

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/7670
Author: @dhiltgen
Created: 11/14/2024
Status: Closed

Base: mainHead: bump_llamacpp


📝 Commits (4)

  • 59238e2 build: add sync-clean target
  • a2230b4 vendor: bump base commit and refresh patches
  • eb0aec5 vendor: run sync
  • 645ae0a type adjustments for vendor bump

📊 Changes

266 files changed (+31343 additions, -27427 deletions)

View changed files

📝 api/types.go (+11 -8)
📝 llama/Makefile (+1 -1)
📝 llama/build-info.cpp (+1 -1)
📝 llama/clip.cpp (+2 -1)
📝 llama/clip.h (+1 -1)
📝 llama/common.cpp (+118 -77)
📝 llama/common.h (+132 -89)
📝 llama/ggml-aarch64.c (+270 -1)
📝 llama/ggml-aarch64.h (+1 -1)
📝 llama/ggml-alloc.c (+18 -20)
📝 llama/ggml-alloc.h (+2 -2)
📝 llama/ggml-backend-impl.h (+145 -83)
📝 llama/ggml-backend.cpp (+1722 -1355)
📝 llama/ggml-backend.h (+136 -63)
📝 llama/ggml-blas.cpp (+216 -70)
📝 llama/ggml-blas.h (+6 -4)
📝 llama/ggml-common.h (+1 -1)
llama/ggml-cpp.h (+64 -0)
📝 llama/ggml-cpu-impl.h (+1 -1)
llama/ggml-cpu.c (+13917 -0)

...and 80 more files

📄 Description

Update to 4a8ccb37ad9c9027cbcfd5548c19cdffe48d5197


🔄 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/7670 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 11/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `bump_llamacpp` --- ### 📝 Commits (4) - [`59238e2`](https://github.com/ollama/ollama/commit/59238e27da1643b1348194746229df0d40aadd06) build: add sync-clean target - [`a2230b4`](https://github.com/ollama/ollama/commit/a2230b4e6354f1ae4466fab8463279408ea08873) vendor: bump base commit and refresh patches - [`eb0aec5`](https://github.com/ollama/ollama/commit/eb0aec58c241f3755fd857c4dae6db3032ee1db7) vendor: run sync - [`645ae0a`](https://github.com/ollama/ollama/commit/645ae0aa601ce5c25a8b6156c0f346874c3366db) type adjustments for vendor bump ### 📊 Changes **266 files changed** (+31343 additions, -27427 deletions) <details> <summary>View changed files</summary> 📝 `api/types.go` (+11 -8) 📝 `llama/Makefile` (+1 -1) 📝 `llama/build-info.cpp` (+1 -1) 📝 `llama/clip.cpp` (+2 -1) 📝 `llama/clip.h` (+1 -1) 📝 `llama/common.cpp` (+118 -77) 📝 `llama/common.h` (+132 -89) 📝 `llama/ggml-aarch64.c` (+270 -1) 📝 `llama/ggml-aarch64.h` (+1 -1) 📝 `llama/ggml-alloc.c` (+18 -20) 📝 `llama/ggml-alloc.h` (+2 -2) 📝 `llama/ggml-backend-impl.h` (+145 -83) 📝 `llama/ggml-backend.cpp` (+1722 -1355) 📝 `llama/ggml-backend.h` (+136 -63) 📝 `llama/ggml-blas.cpp` (+216 -70) 📝 `llama/ggml-blas.h` (+6 -4) 📝 `llama/ggml-common.h` (+1 -1) ➕ `llama/ggml-cpp.h` (+64 -0) 📝 `llama/ggml-cpu-impl.h` (+1 -1) ➕ `llama/ggml-cpu.c` (+13917 -0) _...and 80 more files_ </details> ### 📄 Description Update to 4a8ccb37ad9c9027cbcfd5548c19cdffe48d5197 --- <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:43:17 -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#23021