Compare commits

...

3 commits

Author SHA1 Message Date
46987d2d54
Merge https://github.com/abetlen/llama-cpp-python 2023-12-29 17:45:38 +05:30
Andrei Betlen
011c3630f5 Bump version 2023-12-27 17:35:02 -05:00
Andrei Betlen
969ea6a2c0 Update llama.cpp 2023-12-27 17:33:26 -05:00
3 changed files with 6 additions and 2 deletions

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.26]
- feat: Update llama.cpp to ggerganov/llama.cpp@f6793491b5af6da75edad34d6f503ef86d31b09f
## [0.2.25]
- feat(server): Multi model support by @D4ve-R in #931

View file

@ -1,4 +1,4 @@
from .llama_cpp import *
from .llama import *
__version__ = "0.2.25"
__version__ = "0.2.26"

2
vendor/llama.cpp vendored

@ -1 +1 @@
Subproject commit 708e179e8562c2604240df95a2241dea17fd808b
Subproject commit f6793491b5af6da75edad34d6f503ef86d31b09f