Update llama.cpp

This commit is contained in:
Andrei Betlen
2023-03-26 14:00:37 -04:00
parent 4250380c0a
commit 0ea84df91c
3 changed files with 3 additions and 3 deletions

View File

@@ -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",