Skip to content

Commit f315b82

Browse files
committed
Revert changes to llama.cpp and setup.py
1 parent 515d9bd commit f315b82

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
description="A Python wrapper for llama.cpp",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",
13-
version="0.1.43",
13+
version="0.1.48",
1414
author="Andrei Betlen",
1515
author_email="[email protected]",
1616
license="MIT",
@@ -22,7 +22,6 @@
2222
extras_require={
2323
"server": ["uvicorn>=0.21.1", "fastapi>=0.95.0", "sse-starlette>=1.3.3"],
2424
},
25-
cmake_args=['-DLLAMA_CUBLAS=ON'],
2625
python_requires=">=3.7",
2726
classifiers=[
2827
"Programming Language :: Python :: 3",

vendor/llama.cpp

0 commit comments

Comments
 (0)