Bump version
This commit is contained in:
parent
247a16de66
commit
bf9e824922
2 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.37]
|
||||||
|
|
||||||
|
- feat: Update llama.cpp to ggerganov/llama.cpp@fea4fd4ba7f6b754ac795387b275e1a014a77bde
|
||||||
|
- feat: Automatically set chat format from gguf by @abetlen in #1110
|
||||||
|
|
||||||
## [0.2.36]
|
## [0.2.36]
|
||||||
|
|
||||||
- feat: Update llama.cpp to ggerganov/llama.cpp@2aed77eb06a329f0d82bb1c467f4244904d4073f
|
- feat: Update llama.cpp to ggerganov/llama.cpp@2aed77eb06a329f0d82bb1c467f4244904d4073f
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from .llama_cpp import *
|
from .llama_cpp import *
|
||||||
from .llama import *
|
from .llama import *
|
||||||
|
|
||||||
__version__ = "0.2.36"
|
__version__ = "0.2.37"
|
Loading…
Reference in a new issue