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)
102
102
if (GGML_STATIC )
103
103
if (WIN32 )
104
104
# 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 )
106
106
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 )
108
108
endif ()
109
109
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 )
111
111
endif ()
112
112
113
113
if (GGML_CUDA_NO_VMM )
You can’t perform that action at this time.
0 commit comments