File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- - Added: k-quants support
10
+ ### Added
11
+
12
+ - (llama.cpp) k-quants support
13
+ - (server) mirostat sampling parameters to server
11
14
12
15
## [ v0.1.58]
13
16
14
- - Added: Metal Silicon support
17
+ ### Added
18
+
19
+ - (llama.cpp) Metal Silicon support
15
20
16
21
## [ v0.1.57]
17
22
18
- - Added: OpenLlama 3B support
23
+ ### Added
24
+
25
+ - (llama.cpp) OpenLlama 3B support
19
26
20
27
## [ v0.1.56]
21
28
22
29
### Added
23
30
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.
27
34
28
35
### Fixed
29
36
30
- - Performance bug in stop sequence check slowing down streaming.
37
+ - (python-api) Performance bug in stop sequence check slowing down streaming.
You can’t perform that action at this time.
0 commit comments