]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
cmake : fix typo (#7151)
authorJared Van Bortel <redacted>
Wed, 8 May 2024 23:55:32 +0000 (19:55 -0400)
committerGitHub <redacted>
Wed, 8 May 2024 23:55:32 +0000 (19:55 -0400)
CMakeLists.txt

index 07b3a4388b0a6736ae682920be6cbabae18f6419..aa65b0d6c3d04a8e33c05edba3358ed199c3453f 100644 (file)
@@ -431,7 +431,7 @@ if (LLAMA_CUDA)
 
         if (LLAMA_STATIC)
             if (WIN32)
-                # 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
                 set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} CUDA::cudart_static CUDA::cublas CUDA::cublasLt)
             else ()
                 set(LLAMA_EXTRA_LIBS ${LLAMA_EXTRA_LIBS} CUDA::cudart_static CUDA::cublas_static CUDA::cublasLt_static)