From ce6fd8bbc808196dea90dd259bbcd4301c69b0b5 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Thu, 14 Aug 2025 21:52:49 -0700 Subject: [PATCH 1/2] 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 9a9638954..4227c9be4 160000 --- a/vendor/llama.cpp +++ b/vendor/llama.cpp @@ -1 +1 @@ -Subproject commit 9a96389544a08fd829fccda28142ce2066017fde +Subproject commit 4227c9be4268ac844921b90f31595f81236bd317 From c37132bac860fcc333255c36313f89c4f49d4c8d Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Thu, 14 Aug 2025 21:55:21 -0700 Subject: [PATCH 2/2] chore: Bump version --- CHANGELOG.md | 4 ++++ llama_cpp/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 929363721..16954eb88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.16] + +- feat: Update llama.cpp to ggerganov/llama.cpp@4227c9be4268ac844921b90f31595f81236bd317 + ## [0.3.15] - feat: Update llama.cpp to ggerganov/llama.cpp@9a96389544a08fd829fccda28142ce2066017fde diff --git a/llama_cpp/__init__.py b/llama_cpp/__init__.py index 1e256a776..c1dde7046 100644 --- a/llama_cpp/__init__.py +++ b/llama_cpp/__init__.py @@ -1,4 +1,4 @@ from .llama_cpp import * from .llama import * -__version__ = "0.3.15" +__version__ = "0.3.16"