]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
cmake : remove unused option GGML_CURL (llama/9011)
authorGeorgi Gerganov <redacted>
Wed, 14 Aug 2024 06:14:49 +0000 (09:14 +0300)
committerGeorgi Gerganov <redacted>
Tue, 27 Aug 2024 19:01:14 +0000 (22:01 +0300)
CMakeLists.txt

index 7fe1661bb96b4c56222060a2e6ce1c99ffddc3ca..357e7e51e91521d1839dcbb5178d0fc394fa113c 100644 (file)
@@ -129,7 +129,6 @@ option(GGML_CUDA_NO_VMM                     "ggml: do not try to use CUDA VMM"
 option(GGML_CUDA_FA_ALL_QUANTS              "ggml: compile all quants for FlashAttention"     OFF)
 option(GGML_CUDA_USE_GRAPHS                 "ggml: use CUDA graphs (llama.cpp only)"          OFF)
 
-option(GGML_CURL                            "ggml: use libcurl to download model from an URL" OFF)
 option(GGML_HIPBLAS                         "ggml: use hipBLAS"                               OFF)
 option(GGML_HIP_UMA                         "ggml: use HIP unified memory architecture"       OFF)
 option(GGML_VULKAN                          "ggml: use Vulkan"                                OFF)