Skip to content

Commit c851e84

Browse files
committed
Update Changelog
1 parent 8543815 commit c851e84

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
718
## [1.3.0] - 2023-07-13
819

920
### Added

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ Every time there is a new release of [llama.cpp](https://github.com/ggerganov/ll
193193

194194
You can build a specific version of llama.cpp by specifying a git tag or commit:
195195

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` |

0 commit comments

Comments
 (0)