llama.cpp/setup.py
2023-03-24 15:00:10 -04:00

12 lines
249 B
Python

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