Compare commits

...

3 commits

Author SHA1 Message Date
64058abaa0
Merge https://github.com/abetlen/llama-cpp-python 2024-06-12 06:54:43 +05:30
Andrei Betlen
86a38ad4a0 chore: Bump version 2024-06-10 11:14:33 -04:00
Andrei Betlen
1615eb9e5b feat: Update llama.cpp 2024-06-10 11:05:45 -04:00
3 changed files with 9 additions and 2 deletions

View file

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.78]
- feat: Update llama.cpp to ggerganov/llama.cpp@fd5ea0f897ecb3659d6c269ef6f3d833e865ead7
- fix: Avoid duplicate special tokens in chat formats by @CISC in #1439
- fix: fix logprobs when BOS is not present by @ghorbani in #1471
- feat: adding rpc_servers parameter to Llama class by @chraac in #1477
## [0.2.77]
- feat: Update llama.cpp to ggerganov/llama.cpp@bde7cd3cd949c1a85d3a199498ac98e78039d46f

View file

@ -1,4 +1,4 @@
from .llama_cpp import *
from .llama import *
__version__ = "0.2.77"
__version__ = "0.2.78"

2
vendor/llama.cpp vendored

@ -1 +1 @@
Subproject commit 5795b941827fdec6c1662986de962badff456718
Subproject commit fd5ea0f897ecb3659d6c269ef6f3d833e865ead7