Fixed somethings and activated cublas

This commit is contained in:
Maximilian Winter
2023-05-06 23:40:19 +02:00
parent aa203a0d65
commit 515d9bde7e
3 changed files with 4 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ setup(
extras_require={
"server": ["uvicorn>=0.21.1", "fastapi>=0.95.0", "sse-starlette>=1.3.3"],
},
cmake_args=['-DLLAMA_CUBLAS=ON'],
python_requires=">=3.7",
classifiers=[
"Programming Language :: Python :: 3",