about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Stahl <1269177+josephst@users.noreply.github.com>2024-03-26 13:43:26 -0400
committerJoseph Stahl <1269177+josephst@users.noreply.github.com>2024-03-26 13:54:30 -0400
commit7aa588cc962d5c2fb4cbcedd548f444621292cce (patch)
tree04ef3cfe4d52bd0066cf80fbf060b4f71f3d6e8a
parentd50918bc1c43dea8fd5282dcaca3ebc7144e210f (diff)
downloadnixlib-7aa588cc962d5c2fb4cbcedd548f444621292cce.tar
nixlib-7aa588cc962d5c2fb4cbcedd548f444621292cce.tar.gz
nixlib-7aa588cc962d5c2fb4cbcedd548f444621292cce.tar.bz2
nixlib-7aa588cc962d5c2fb4cbcedd548f444621292cce.tar.lz
nixlib-7aa588cc962d5c2fb4cbcedd548f444621292cce.tar.xz
nixlib-7aa588cc962d5c2fb4cbcedd548f444621292cce.tar.zst
nixlib-7aa588cc962d5c2fb4cbcedd548f444621292cce.zip
llama-cpp: rename cuBLAS to CUDA
Matches change from upstream https://github.com/ggerganov/llama.cpp/commit/280345968dabc00d212d43e31145f5c9961a7604
-rw-r--r--pkgs/by-name/ll/llama-cpp/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ll/llama-cpp/package.nix b/pkgs/by-name/ll/llama-cpp/package.nix
index ca2f4d5149d6..928fbf6dfe27 100644
--- a/pkgs/by-name/ll/llama-cpp/package.nix
+++ b/pkgs/by-name/ll/llama-cpp/package.nix
@@ -107,7 +107,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
     (cmakeBool "BUILD_SHARED_LIBS" true)
     (cmakeBool "LLAMA_BLAS" blasSupport)
     (cmakeBool "LLAMA_CLBLAST" openclSupport)
-    (cmakeBool "LLAMA_CUBLAS" cudaSupport)
+    (cmakeBool "LLAMA_CUDA" cudaSupport)
     (cmakeBool "LLAMA_HIPBLAS" rocmSupport)
     (cmakeBool "LLAMA_METAL" metalSupport)
     (cmakeBool "LLAMA_MPI" mpiSupport)