Bump version
This commit is contained in:
parent
969ea6a2c0
commit
011c3630f5
2 changed files with 5 additions and 1 deletions
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.26]
|
||||||
|
|
||||||
|
- feat: Update llama.cpp to ggerganov/llama.cpp@f6793491b5af6da75edad34d6f503ef86d31b09f
|
||||||
|
|
||||||
## [0.2.25]
|
## [0.2.25]
|
||||||
|
|
||||||
- feat(server): Multi model support by @D4ve-R in #931
|
- feat(server): Multi model support by @D4ve-R in #931
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from .llama_cpp import *
|
from .llama_cpp import *
|
||||||
from .llama import *
|
from .llama import *
|
||||||
|
|
||||||
__version__ = "0.2.25"
|
__version__ = "0.2.26"
|
Loading…
Reference in a new issue