From c73b205b3b46d658ece9567e72d968ca546533e2 Mon Sep 17 00:00:00 2001 From: abetlen Date: Wed, 3 Jun 2026 11:14:17 -0700 Subject: [PATCH 1/3] feat: update llama.cpp --- vendor/llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/llama.cpp b/vendor/llama.cpp index 3571fa543..166fe2949 160000 --- a/vendor/llama.cpp +++ b/vendor/llama.cpp @@ -1 +1 @@ -Subproject commit 3571fa5435ac9ff243662b1caabc407e8d433c9d +Subproject commit 166fe29492abb4093ec889b5c6f6fdb4e3b8ba98 From 9ea5f2876f45c313d49727d5157031087191acde Mon Sep 17 00:00:00 2001 From: abetlen Date: Wed, 3 Jun 2026 11:14:44 -0700 Subject: [PATCH 2/3] docs: update changelog for llama.cpp update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 462f0d0c1..8740ce74e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- feat: update llama.cpp to ggml-org/llama.cpp@166fe2949 by @abetlen in #2254 - feat: update llama.cpp to ggml-org/llama.cpp@3571fa543 by @abetlen in #2253 - feat(ci): add ROCm wheel builds by @abetlen in #2252 - feat(ci): add Vulkan wheel builds by @abetlen in #2251 From 89eac6aab86c4963de74647682ce82f2a169f32c Mon Sep 17 00:00:00 2001 From: abetlen Date: Wed, 3 Jun 2026 11:20:22 -0700 Subject: [PATCH 3/3] docs: consolidate llama.cpp changelog entry --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8740ce74e..72b122408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- feat: update llama.cpp to ggml-org/llama.cpp@166fe2949 by @abetlen in #2254 -- feat: update llama.cpp to ggml-org/llama.cpp@3571fa543 by @abetlen in #2253 +- feat: update llama.cpp to ggml-org/llama.cpp@166fe2949 - feat(ci): add ROCm wheel builds by @abetlen in #2252 - feat(ci): add Vulkan wheel builds by @abetlen in #2251 - fix: handle additional `from_pretrained` files in subfolders by @TNing in #2085