We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98eb31 commit 4426e29Copy full SHA for 4426e29
CMakeLists.txt
@@ -431,7 +431,7 @@ if (LLAMA_CUDA)
431
432
if (LLAMA_STATIC)
433
if (WIN32)
434
- # As of 12.3.1 CUDA Tookit for Windows does not offer a static cublas library
+ # As of 12.3.1 CUDA Toolkit for Windows does not offer a static cublas library
435
set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} CUDA::cudart_static CUDA::cublas CUDA::cublasLt)
436
else ()
437
set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} CUDA::cudart_static CUDA::cublas_static CUDA::cublasLt_static)
0 commit comments