8000 Update llama.cpp · coderonion/llama-cpp-python@0ea84df · GitHub
[go: up one dir, main page]

Skip to content

Commit 0ea84df

Browse files
committed
Update llama.cpp
1 parent 4250380 commit 0ea84df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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"
3-
version = "0.1.6"
3+
version = "0.1.7"
44
description = "Python bindings for the llama.cpp library"
55
authors = ["Andrei Betlen <abetlen@gmail.com>"]
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name="llama_cpp_python",
55
description="A Python wrapper for llama.cpp",
6-
version="0.1.6",
6+
version="0.1.7",
77
author="Andrei Betlen",
88
author_email="abetlen@gmail.com",
99
license="MIT",

vendor/llama.cpp

0 commit comments

Comments
 (0)
0