We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5684112 commit 4a1a8ecCopy full SHA for 4a1a8ec
2 files changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.3.23]
11
+
12
- feat: Update llama.cpp to ggerganov/llama.cpp@7d442abf
13
- fix: Correct batched embedding outputs for multi-sequence `embed()` calls by @Anai-Guo in #2205
14
- fix: Configure embedding contexts with enough sequence slots for batched `embed()` calls
llama_cpp/__init__.py
@@ -1,4 +1,4 @@
1
from .llama_cpp import *
2
from .llama import *
3
4
-__version__ = "0.3.22"
+__version__ = "0.3.23"
0 commit comments