File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
22
## [ 0.2.18]
11
23
12
24
- Update llama.cpp to ggerganov/llama.cpp@6bb4908a17150b49373b5f977685b2e180a04f6f
Original file line number Diff line number Diff line change 1
1
from .llama_cpp import *
2
2
from .llama import *
3
3
4
- __version__ = "0.2.18 "
4
+ __version__ = "0.2.19 "
You can’t perform that action at this time.
0 commit comments