Bump version
This commit is contained in:
parent
fffcd0181c
commit
75d0527fd7
2 changed files with 8 additions and 1 deletions
|
@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.27]
|
||||||
|
|
||||||
|
- feat: Update llama.cpp to ggerganov/llama.cpp@b3a7c20b5c035250257d2b62851c379b159c899a
|
||||||
|
- feat: Add `saiga` chat format by @femoiseev in #1050
|
||||||
|
- feat: Added `chatglm3` chat format by @xaviviro in #1059
|
||||||
|
- fix: Correct typo in README.md by @qeleb in (#1058)
|
||||||
|
|
||||||
## [0.2.26]
|
## [0.2.26]
|
||||||
|
|
||||||
- feat: Update llama.cpp to ggerganov/llama.cpp@f6793491b5af6da75edad34d6f503ef86d31b09f
|
- feat: Update llama.cpp to ggerganov/llama.cpp@f6793491b5af6da75edad34d6f503ef86d31b09f
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from .llama_cpp import *
|
from .llama_cpp import *
|
||||||
from .llama import *
|
from .llama import *
|
||||||
|
|
||||||
__version__ = "0.2.26"
|
__version__ = "0.2.27"
|
Loading…
Reference in a new issue