Skip to content

Commit 43bdd3c

Browse files
authored
cmake : remove unused option GGML_CURL (#9011)
1 parent 06943a6 commit 43bdd3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ option(GGML_CUDA_NO_VMM "ggml: do not try to use CUDA VMM"
129129
option(GGML_CUDA_FA_ALL_QUANTS "ggml: compile all quants for FlashAttention" OFF)
130130
option(GGML_CUDA_USE_GRAPHS "ggml: use CUDA graphs (llama.cpp only)" OFF)
131131

132-
option(GGML_CURL "ggml: use libcurl to download model from an URL" OFF)
133132
option(GGML_HIPBLAS "ggml: use hipBLAS" OFF)
134133
option(GGML_HIP_UMA "ggml: use HIP unified memory architecture" OFF)
135134
option(GGML_VULKAN "ggml: use Vulkan" OFF)

0 commit comments

Comments
 (0)