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 8556c13 commit ef1cff9Copy full SHA for ef1cff9
llama/CMakeLists.txt
@@ -32,6 +32,7 @@ add_definitions(-DNAPI_VERSION=7)
32
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
33
34
set(LLAMA_BUILD_COMMON ON)
35
+set(LLAMA_CURL FF)
36
37
if (MINGW)
38
set(GGML_BACKEND_DL OFF)
@@ -69,6 +70,7 @@ include_directories(${NODE_ADDON_API_DIR} ${CMAKE_JS_INC})
69
70
add_subdirectory("llama.cpp")
71
include_directories("llama.cpp")
72
include_directories("./llama.cpp/common")
73
+include_directories("./llama.cpp/src")
74
75
unset(GPU_INFO_HEADERS)
76
unset(GPU_INFO_SOURCES)
0 commit comments