Revert changes to llama.cpp and setup.py

This commit is contained in:
Andrei Betlen 2023-05-08 19:53:21 -04:00
parent 515d9bde7e
commit f315b82832
2 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,7 @@ setup(
description="A Python wrapper for llama.cpp", description="A Python wrapper for llama.cpp",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
version="0.1.43", version="0.1.48",
author="Andrei Betlen", author="Andrei Betlen",
author_email="abetlen@gmail.com", author_email="abetlen@gmail.com",
license="MIT", license="MIT",
@ -22,7 +22,6 @@ setup(
extras_require={ extras_require={
"server": ["uvicorn>=0.21.1", "fastapi>=0.95.0", "sse-starlette>=1.3.3"], "server": ["uvicorn>=0.21.1", "fastapi>=0.95.0", "sse-starlette>=1.3.3"],
}, },
cmake_args=['-DLLAMA_CUBLAS=ON'],
python_requires=">=3.7", python_requires=">=3.7",
classifiers=[ classifiers=[
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",

2
vendor/llama.cpp vendored

@ -1 +1 @@
Subproject commit 173d0e6419e8f8f3c1f4f13201b777f4c60629f3 Subproject commit 1b0fd454650ef4d68a980e3225488b79e6e9af25