llama-cpp: rename cuBLAS to CUDA
Matches change from upstream 280345968d
This commit is contained in:
parent
d50918bc1c
commit
7aa588cc96
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue