llama.cpp/setup.py
2023-03-28 21:10:49 -04:00

11 lines
250 B
Python

from skbuild import setup
setup(
name="llama_cpp_python",
description="A Python wrapper for llama.cpp",
version="0.1.10",
author="Andrei Betlen",
author_email="abetlen@gmail.com",
license="MIT",
packages=["llama_cpp"],
)