Potential fix for pip install bug

This commit is contained in:
Andrei Betlen 2023-09-29 22:24:22 -04:00
parent 386c88b68e
commit 43f8fc371a

View file

@ -4,6 +4,7 @@ project(llama_cpp)
option(LLAMA_BUILD "Build llama.cpp shared library and install alongside python package" ON)
set(BUILD_NUMBER 0) # TEMPORARY Fix
if (LLAMA_BUILD)
set(BUILD_SHARED_LIBS "On")