Skip to content

Commit 7098b43

Browse files
committed
Update Changelog
1 parent 78803c4 commit 7098b43

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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.15.0] - 2024-05-27
8+
9+
### Added
10+
- [Tools] Add count_tokens.ps1 script
11+
- [Server] Add n-predict option
12+
13+
### Changed
14+
- [Build] Update "torch" package to 2.4.0.dev20240516+cu121
15+
716
## [1.14.0] - 2024-04-30
817

918
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Execute the following to measure the perplexity of the GGML formatted model:
204204

205205
### Count prompt tokens
206206

207-
You can easily count the tokens of a specific text input for a specific model by using the [.\examples\count_tokens.ps1](./examples/count_tokens.ps1) script:
207+
You can easily count the tokens of a prompt for a specific model by using the [.\examples\count_tokens.ps1](./examples/count_tokens.ps1) script:
208208

209209
```PowerShell
210210
.\examples\count_tokens.ps1 `

0 commit comments

Comments
 (0)