We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06943a6 commit 43bdd3cCopy full SHA for 43bdd3c
ggml/CMakeLists.txt
@@ -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)
0 commit comments