You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.2.21]
11
+
12
+
- Update llama.cpp to ggerganov/llama.cpp@64e64aa2557d97490b2fe1262b313e2f4a1607e3
13
+
- Make building llava optional by setting `CMAKE_ARGS="-DLLAVA_BUILD=OFF"` and using `LLAVA_CPP_LIB` to specify alternative path to shared library by @abetlen in e3941d9c674dbd9891dc3ceda390daeb21f05fd1
14
+
15
+
## [0.2.20]
16
+
17
+
- Update llama.cpp to ggerganov/llama.cpp@b38a16dfcff88d547f78f52d1bea31b84a05aff7
18
+
- Add `zephyr` chat format by @fakerybakery in #938
19
+
- Add `baichuan` chat format by @caiyesd in #938
20
+
- Add `baichuan-2` chat format by @caiyesd in #936
21
+
- Improve documentation for server chat formats by @jooray in #934
22
+
- Fix typo in README by @antonvice in 940
23
+
- Fix typo in the Open Orca chat format by @gardner in #947
24
+
10
25
## [0.2.19]
11
26
12
27
- Update llama.cpp to ggerganov/llama.cpp@0b871f1a04ef60e114bbe43004fd9c21114e802d
0 commit comments