chore: Bump version
This commit is contained in:
parent
858496224e
commit
ded5d627a5
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.49]
|
||||
|
||||
- fix: module 'llama_cpp.llama_cpp' has no attribute 'c_uint8' in Llama.save_state by @abetlen in db776a885cd4c20811f22f8bd1a27ecc71dba927
|
||||
- feat: Auto detect Mixtral's slightly different format by @lukestanley in #1214
|
||||
|
||||
|
||||
## [0.2.48]
|
||||
|
||||
- feat: Update llama.cpp to ggerganov/llama.cpp@15499eb94227401bdc8875da6eb85c15d37068f7
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from .llama_cpp import *
|
||||
from .llama import *
|
||||
|
||||
__version__ = "0.2.48"
|
||||
__version__ = "0.2.49"
|
Loading…
Reference in a new issue