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 541aaff commit b4939c2Copy full SHA for b4939c2
CMakeLists.txt
@@ -4,8 +4,6 @@ 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")
11
if (APPLE AND NOT CMAKE_SYSTEM_PROCESSOR MATCHES "arm64")
0 commit comments