diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa71dcdb..381e953bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.33] + - feat: update llama.cpp to ggml-org/llama.cpp@78d2f5246 ## [0.3.32] diff --git a/llama_cpp/__init__.py b/llama_cpp/__init__.py index 45f9c8f27..ff142e6bf 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.32" +__version__ = "0.3.33"