We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386c88b commit 43f8fc3Copy full SHA for 43f8fc3
CMakeLists.txt
@@ -4,6 +4,7 @@ project(llama_cpp)
4
5
option(LLAMA_BUILD "Build llama.cpp shared library and install alongside python package" ON)
6
7
+set(BUILD_NUMBER 0) # TEMPORARY Fix
8
9
if (LLAMA_BUILD)
10
set(BUILD_SHARED_LIBS "On")
0 commit comments