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 125c235 commit e541f7fCopy full SHA for e541f7f
cmake/llama-config.cmake.in
@@ -6,7 +6,7 @@ set(LLAMA_SHARED_LIB @BUILD_SHARED_LIBS@)
6
set(GGML_BLAS @GGML_BLAS@)
7
set(GGML_CUDA @GGML_CUDA@)
8
set(GGML_METAL @GGML_METAL@)
9
-set(GGML_HIP @GGML_HIPS@)
+set(GGML_HIP @GGML_HIP@)
10
set(GGML_ACCELERATE @GGML_ACCELERATE@)
11
set(GGML_VULKAN @GGML_VULKAN@)
12
set(GGML_VULKAN_CHECK_RESULTS @GGML_VULKAN_CHECK_RESULTS@)
0 commit comments