8000 Bump version · chiensen/llama-cpp-python@230fc8b · GitHub
[go: up one dir, main page]

Skip to content

Commit 230fc8b

Browse files
committed
Bump version
1 parent 128dc47 commit 230fc8b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.19]
11+
12+
- Update llama.cpp to ggerganov/llama.cpp@0b871f1a04ef60e114bbe43004fd9c21114e802d
13+
- Fix #569: stop parameter in chat completion api should accept str by @abetlen in 128dc4731fa846ead7e684a137ca57d8931b8899
14+
- Document server host and port parameters by @jamesbraza in #768
15+
- Do not set grammar to None when initializing LlamaGrammar by @mthuurne in #834
16+
- Add mistrallite, intel, and openchat formats by @fakerybakery in #927
17+
- Add support for min_p parameter by @tk-master in #921
18+
- Fix #929: tokenizer adding leading space when generating from empty prompt by @abetlen in a34d48014192771d2e308a76c22f33bc0318d983
19+
- Fix low level api example by @zocainViken in #925
20+
- Fix missing package in openblas docker image by @ZisisTsatsas in #920
21+
1022
## [0.2.18]
1123

1224
- Update llama.cpp to ggerganov/llama.cpp@6bb4908a17150b49373b5f977685b2e180a04f6f

llama_cpp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .llama_cpp import *
22
from .llama import *
33

4-
__version__ = "0.2.18"
4+
__version__ = "0.2.19"

0 commit comments

Comments
 (0)
0