diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c90a9e..7ca42ba 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] +- Update llama.cpp to 80291a1d02a07f7f66666fb576c5b1e75aa48b46 + ## [0.2.5] - Fix docker images missing starlette-context dependency by @abetlen in 22917989003c5e67623d54ab45affa1e0e475410 diff --git a/llama_cpp/__init__.py b/llama_cpp/__init__.py index e1c4eac..8386282 100644 --- a/llama_cpp/__init__.py +++ b/llama_cpp/__init__.py @@ -1,4 +1,4 @@ from .llama_cpp import * from .llama import * -__version__ = "0.2.5" \ No newline at end of file +__version__ = "0.2.6" \ No newline at end of file