Bump version
This commit is contained in:
parent
df3be58d6c
commit
f0159663d9
2 changed files with 7 additions and 1 deletions
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.28]
|
||||
|
||||
- feat: Update llama.cpp to ggerganov/llama.cpp@6efb8eb30e7025b168f3fda3ff83b9b386428ad6
|
||||
- feat: Add ability to pass in penalize_nl param by @shankinson in #1068
|
||||
- fix: print_grammar to stderr by @turian in #1052
|
||||
|
||||
## [0.2.27]
|
||||
|
||||
- feat: Update llama.cpp to ggerganov/llama.cpp@b3a7c20b5c035250257d2b62851c379b159c899a
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from .llama_cpp import *
|
||||
from .llama import *
|
||||
|
||||
__version__ = "0.2.27"
|
||||
__version__ = "0.2.28"
|
Loading…
Reference in a new issue