Skip to content

Commit 4426e29

Browse files
authored
cmake : fix typo (ggml-org#7151)
1 parent f98eb31 commit 4426e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ if (LLAMA_CUDA)
431431

432432
if (LLAMA_STATIC)
433433
if (WIN32)
434-
# As of 12.3.1 CUDA Tookit for Windows does not offer a static cublas library
434+
# As of 12.3.1 CUDA Toolkit for Windows does not offer a static cublas library
435435
set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} CUDA::cudart_static CUDA::cublas CUDA::cublasLt)
436436
else ()
437437
set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} CUDA::cudart_static CUDA::cublas_static CUDA::cublasLt_static)

0 commit comments

Comments
 (0)