Skip to content

Commit c7c700b

Browse files
committed
Bump version
1 parent 11dd2bf commit c7c700b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.77]
11+
12+
- (llama.cpp) Update llama.cpp add support for LLaMa 2 70B
13+
- (server) Add temporary n_gqa and rms_norm_eps parameters required for LLaMa 2 70B
14+
1015
## [0.1.76]
1116

1217
- (llama.cpp) Update llama.cpp add support for LLaMa 2 70B

pyproject.toml

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

setup.py

Lines changed: 1 addition & 1 deletion
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.76",
13+
version="0.1.77",
1414
author="Andrei Betlen",
1515
author_email="[email protected]",
1616
license="MIT",

0 commit comments

Comments
 (0)