We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbb3fd commit 9ba5c3cCopy full SHA for 9ba5c3c
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "llama_cpp"
3
-version = "0.1.7"
+version = "0.1.8"
4
description = "Python bindings for the llama.cpp library"
5
authors = ["Andrei Betlen <abetlen@gmail.com>"]
6
license = "MIT"
setup.py
@@ -3,7 +3,7 @@
setup(
name="llama_cpp_python",
description="A Python wrapper for llama.cpp",
- version="0.1.7",
+ version="0.1.8",
7
author="Andrei Betlen",
8
author_email="abetlen@gmail.com",
9
license="MIT",
0 commit comments