Spaces:
Sleeping
Sleeping
cmake : remove unused option GGML_CURL (llama/9011)
Browse files- ggml/CMakeLists.txt +0 -1
ggml/CMakeLists.txt
CHANGED
|
@@ -129,7 +129,6 @@ option(GGML_CUDA_NO_VMM "ggml: do not try to use CUDA VMM"
|
|
| 129 |
option(GGML_CUDA_FA_ALL_QUANTS "ggml: compile all quants for FlashAttention" OFF)
|
| 130 |
option(GGML_CUDA_USE_GRAPHS "ggml: use CUDA graphs (llama.cpp only)" OFF)
|
| 131 |
|
| 132 |
-
option(GGML_CURL "ggml: use libcurl to download model from an URL" OFF)
|
| 133 |
option(GGML_HIPBLAS "ggml: use hipBLAS" OFF)
|
| 134 |
option(GGML_HIP_UMA "ggml: use HIP unified memory architecture" OFF)
|
| 135 |
option(GGML_VULKAN "ggml: use Vulkan" OFF)
|
|
|
|
| 129 |
option(GGML_CUDA_FA_ALL_QUANTS "ggml: compile all quants for FlashAttention" OFF)
|
| 130 |
option(GGML_CUDA_USE_GRAPHS "ggml: use CUDA graphs (llama.cpp only)" OFF)
|
| 131 |
|
|
|
|
| 132 |
option(GGML_HIPBLAS "ggml: use hipBLAS" OFF)
|
| 133 |
option(GGML_HIP_UMA "ggml: use HIP unified memory architecture" OFF)
|
| 134 |
option(GGML_VULKAN "ggml: use Vulkan" OFF)
|