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" 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