Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90874c0

Browse files
committed
Bump version
1 parent e169a96 commit 90874c0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.1.59]
11+
1012
### Added
1113

1214
- (llama.cpp) k-quants support
1315
- (server) mirostat sampling parameters to server
1416

17+
### Fixed
18+
19+
- Support both `.so` and `.dylib` for `libllama` on MacOS
20+
1521
## [v0.1.58]
1622

1723
### Added

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "llama_cpp_python"
3-
version = "0.1.58"
3+
version = "0.1.59"
44
description = "Python bindings for the llama.cpp library"
55
authors = ["Andrei Betlen <[email protected]>"]
66
license = "MIT"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
description="A Python wrapper for llama.cpp",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
13-
version="0.1.58",
13+
version="0.1.59",
1414
author="Andrei Betlen",
1515
author_email="[email protected]",
1616
license="MIT",

0 commit comments

Comments
 (0)