We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2edb9 commit b1d23dfCopy full SHA for b1d23df
CMakeLists.txt
@@ -62,6 +62,9 @@ if (LLAMA_BUILD)
62
# Enable building of the common library
63
set(LLAMA_BUILD_COMMON ON CACHE BOOL "Build llama.cpp common library" FORCE)
64
65
+ # Disable building curl support
66
+ set(LLAMA_CURL OFF CACHE BOOL "llama.cpp: enable curl" FORCE)
67
+
68
# Architecture detection and settings for Apple platforms
69
if (APPLE)
70
# Get the target architecture
0 commit comments