8000 Potential fix for pip install bug · octaviusp/llama-cpp-python@43f8fc3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 43f8fc3

Browse files
committed
Potential fix for pip install bug
1 parent 386c88b commit 43f8fc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project(llama_cpp)
44

55
option(LLAMA_BUILD "Build llama.cpp shared library and install alongside python package" ON)
66

7+
set(BUILD_NUMBER 0) # TEMPORARY Fix
78

89
if (LLAMA_BUILD)
910
set(BUILD_SHARED_LIBS "On")

0 commit comments

Comments
 (0)
0