Update llama.cpp
This commit is contained in:
parent
4250380c0a
commit
0ea84df91c
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "llama_cpp"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
description = "Python bindings for the llama.cpp library"
|
||||
authors = ["Andrei Betlen <abetlen@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@ from skbuild import setup
|
|||
setup(
|
||||
name="llama_cpp_python",
|
||||
description="A Python wrapper for llama.cpp",
|
||||
version="0.1.6",
|
||||
version="0.1.7",
|
||||
author="Andrei Betlen",
|
||||
author_email="abetlen@gmail.com",
|
||||
license="MIT",
|
||||
|
|
2
vendor/llama.cpp
vendored
2
vendor/llama.cpp
vendored
|
@ -1 +1 @@
|
|||
Subproject commit c2b25b6912662d2637d9c6e6df3a5de931e0d7ce
|
||||
Subproject commit 34c1072e497eb92d81ee7c0e12aa6741496a41c6
|
Loading…
Reference in a new issue