8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3be58 commit f015966Copy full SHA for f015966
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.2.28]
11
+
12
+- feat: Update llama.cpp to ggerganov/llama.cpp@6efb8eb30e7025b168f3fda3ff83b9b386428ad6
13
+- feat: Add ability to pass in penalize_nl param by @shankinson in #1068
14
+- fix: print_grammar to stderr by @turian in #1052
15
16
## [0.2.27]
17
18
- feat: Update llama.cpp to ggerganov/llama.cpp@b3a7c20b5c035250257d2b62851c379b159c899a
llama_cpp/__init__.py
@@ -1,4 +1,4 @@
1
from .llama_cpp import *
2
from .llama import *
3
4
-__version__ = "0.2.27"
+__version__ = "0.2.28"
0 commit comments