We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddee27 commit 8e470acCopy full SHA for 8e470ac
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.28]
11
+
12
- feat(example): align server MTP support with llama.cpp by @abetlen in #2283
13
- feat: update llama.cpp to ggml-org/llama.cpp@9e3b928fd
14
- feat(example): add OpenAI-compatible embeddings endpoint by @abetlen in #2281
llama_cpp/__init__.py
@@ -1,4 +1,4 @@
1
from .llama_cpp import *
2
from .llama import *
3
4
-__version__ = "0.3.27"
+__version__ = "0.3.28"
0 commit comments