From: Georgi Gerganov Date: Wed, 14 Aug 2024 06:14:49 +0000 (+0300) Subject: cmake : remove unused option GGML_CURL (llama/9011) X-Git-Tag: upstream/1.7.4~474 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=5a62fdb735d36e18d1a94f18f0f27afa69de8c9a;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp cmake : remove unused option GGML_CURL (llama/9011) --- diff --git a/ggml/CMakeLists.txt b/ggml/CMakeLists.txt index 7fe1661b..357e7e51 100644 --- a/ggml/CMakeLists.txt +++ b/ggml/CMakeLists.txt @@ -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)