Compare commits
No commits in common. "46987d2d541bc5f8246372c5daab183c4fa084e3" and "dca1ed6fb6b4b51e62b4c9d63431216658fef23d" have entirely different histories.
46987d2d54
...
dca1ed6fb6
3 changed files with 2 additions and 6 deletions
|
@ -7,10 +7,6 @@ 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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
from .llama_cpp import *
|
||||
from .llama import *
|
||||
|
||||
__version__ = "0.2.26"
|
||||
__version__ = "0.2.25"
|
2
vendor/llama.cpp
vendored
2
vendor/llama.cpp
vendored
|
@ -1 +1 @@
|
|||
Subproject commit f6793491b5af6da75edad34d6f503ef86d31b09f
|
||||
Subproject commit 708e179e8562c2604240df95a2241dea17fd808b
|
Loading…
Add table
Reference in a new issue