From 43f8fc371a24d256dc3b0642815e60b7140be2ea Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Fri, 29 Sep 2023 22:24:22 -0400 Subject: [PATCH] Potential fix for pip install bug --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index de6e850..53dbbf2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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")