File tree 2 files changed +16
-5
lines changed
2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.4.0] - 2023-09-01
8
+
9
+ ### Added
10
+ - Add german language prompt
11
+ - Add JSON grammar with floating point numbers support
12
+ - Add version parameter to documentation
13
+ - Add prompt cache to documentation
14
+
15
+ ### Fixed
16
+ - Fix python requirements installation
17
+
7
18
## [ 1.3.0] - 2023-07-13
8
19
9
20
### Added
Original file line number Diff line number Diff line change @@ -193,8 +193,8 @@ Every time there is a new release of [llama.cpp](https://github.com/ggerganov/ll
193
193
194
194
You can build a specific version of llama.cpp by specifying a git tag or commit:
195
195
196
- | Command | Description |
197
- | --------------------------------------------------- | ---- -------------------- |
198
- | ` ./rebuild_llama.cpp.ps1 ` | The latest release |
199
- | ` ./rebuild_llama.cpp.ps1 -version "master-4e7464e " ` | The tag ` master-4e7464e ` |
200
- | ` ./rebuild_llama.cpp.ps1 -version "1d16309" ` | The commit ` 1d16309 ` |
196
+ | Command | Description |
197
+ | -------------------------------------------- | -------------------- |
198
+ | ` ./rebuild_llama.cpp.ps1 ` | The latest release |
199
+ | ` ./rebuild_llama.cpp.ps1 -version "b1138 " ` | The tag ` b1138 ` |
200
+ | ` ./rebuild_llama.cpp.ps1 -version "1d16309" ` | The commit ` 1d16309 ` |
You can’t perform that action at this time.
0 commit comments