Skip to content

Commit 0e156ff

Browse files
committed
Fix changelog format
1 parent d508573 commit 0e156ff

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Added: k-quants support
10+
### Added
11+
12+
- (llama.cpp) k-quants support
13+
- (server) mirostat sampling parameters to server
1114

1215
## [v0.1.58]
1316

14-
- Added: Metal Silicon support
17+
### Added
18+
19+
- (llama.cpp) Metal Silicon support
1520

1621
## [v0.1.57]
1722

18-
- Added: OpenLlama 3B support
23+
### Added
24+
25+
- (llama.cpp) OpenLlama 3B support
1926

2027
## [v0.1.56]
2128

2229
### Added
2330

24-
- Added first version of the changelog
25-
- Server: Use async routes
26-
- Use numpy for internal buffers to reduce memory usage and improve performance.
31+
- (misc) Added first version of the changelog
32+
- (server) Use async routes
33+
- (python-api) Use numpy for internal buffers to reduce memory usage and improve performance.
2734

2835
### Fixed
2936

30-
- Performance bug in stop sequence check slowing down streaming.
37+
- (python-api) Performance bug in stop sequence check slowing down streaming.

0 commit comments

Comments
 (0)