Skip to content

Commit 5193af2

Browse files
committed
Bump version
1 parent 3379dc4 commit 5193af2

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Diff for: CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.66]
11+
12+
## Added
13+
14+
- (llama.cpp) New model API
15+
16+
## Fixed
17+
18+
- Performance issue during eval caused by looped np.concatenate call
19+
- State pickling issue when saving cache to disk
20+
1021
## [0.1.65]
1122

1223
### Added

Diff for: 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.65"
3+
version = "0.1.66"
44
description = "Python bindings for the llama.cpp library"
55
authors = ["Andrei Betlen <[email protected]>"]
66
license = "MIT"

Diff for: 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.65",
13+
version="0.1.66",
1414
author="Andrei Betlen",
1515
author_email="[email protected]",
1616
license="MIT",

0 commit comments

Comments
 (0)