Bump version
This commit is contained in:
parent
c7f45a7468
commit
acf18fcdf0
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
- Update llama.cpp to 80291a1d02a07f7f66666fb576c5b1e75aa48b46
|
||||||
|
|
||||||
## [0.2.5]
|
## [0.2.5]
|
||||||
|
|
||||||
- Fix docker images missing starlette-context dependency by @abetlen in 22917989003c5e67623d54ab45affa1e0e475410
|
- Fix docker images missing starlette-context dependency by @abetlen in 22917989003c5e67623d54ab45affa1e0e475410
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from .llama_cpp import *
|
from .llama_cpp import *
|
||||||
from .llama import *
|
from .llama import *
|
||||||
|
|
||||||
__version__ = "0.2.5"
|
__version__ = "0.2.6"
|
Loading…
Reference in a new issue