Bump version
This commit is contained in:
parent
ec26f364cc
commit
c1e73e73a3
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.22]
|
||||||
|
|
||||||
|
- Update llama.cpp to ggerganov/llama.cpp@8a7b2fa528f130631a5f43648481596ab320ed5a
|
||||||
|
- Fix conflict with transformers library by kddubey in #952
|
||||||
|
|
||||||
## [0.2.21]
|
## [0.2.21]
|
||||||
|
|
||||||
- Update llama.cpp to ggerganov/llama.cpp@64e64aa2557d97490b2fe1262b313e2f4a1607e3
|
- Update llama.cpp to ggerganov/llama.cpp@64e64aa2557d97490b2fe1262b313e2f4a1607e3
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
from .llama_cpp import *
|
from .llama_cpp import *
|
||||||
from .llama import *
|
from .llama import *
|
||||||
|
|
||||||
__version__ = "0.2.21"
|
__version__ = "0.2.22"
|
Loading…
Reference in a new issue