Skip to content

Commit e541f7f

Browse files
slarenggerganov
andauthored
Update cmake/llama-config.cmake.in
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent 125c235 commit e541f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/llama-config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(LLAMA_SHARED_LIB @BUILD_SHARED_LIBS@)
66
set(GGML_BLAS @GGML_BLAS@)
77
set(GGML_CUDA @GGML_CUDA@)
88
set(GGML_METAL @GGML_METAL@)
9-
set(GGML_HIP @GGML_HIPS@)
9+
set(GGML_HIP @GGML_HIP@)
1010
set(GGML_ACCELERATE @GGML_ACCELERATE@)
1111
set(GGML_VULKAN @GGML_VULKAN@)
1212
set(GGML_VULKAN_CHECK_RESULTS @GGML_VULKAN_CHECK_RESULTS@)

0 commit comments

Comments
 (0)