Files
llama-cpp-python/setup.py
Andrei Betlen da9b71cfe5 Bump version
2023-03-24 18:44:04 -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.4",
author="Andrei Betlen",
author_email="abetlen@gmail.com",
license="MIT",
packages=["llama_cpp"],
)