File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,12 +102,12 @@ if (CUDAToolkit_FOUND)
102102 if (GGML_STATIC)
103103 if (WIN32 )
104104 # As of 12.3.1 CUDA Toolkit for Windows does not offer a static cublas library
105- target_link_libraries (ggml-cuda PRIVATE CUDA::cudart_static CUDA::cublas CUDA::cublasLt )
105+ target_link_libraries (ggml-cuda PRIVATE CUDA::cudart_static CUDA::cublas)
106106 else ()
107- target_link_libraries (ggml-cuda PRIVATE CUDA::cudart_static CUDA::cublas_static CUDA::cublasLt_static )
107+ target_link_libraries (ggml-cuda PRIVATE CUDA::cudart_static CUDA::cublas_static)
108108 endif ()
109109 else ()
110- target_link_libraries (ggml-cuda PRIVATE CUDA::cudart CUDA::cublas CUDA::cublasLt )
110+ target_link_libraries (ggml-cuda PRIVATE CUDA::cudart CUDA::cublas)
111111 endif ()
112112
113113 if (GGML_CUDA_NO_VMM)
You can’t perform that action at this time.
0 commit comments