llama-cpp: fix rocmSupport

This commit is contained in:
Rvfg
2025-02-09 14:44:17 +08:00
parent fa35a3c8e1
commit d6d48cf51a
+1 -1
View File
@@ -144,7 +144,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
(cmakeBool "GGML_BLAS" blasSupport)
(cmakeBool "GGML_CLBLAST" openclSupport)
(cmakeBool "GGML_CUDA" cudaSupport)
(cmakeBool "GGML_HIPBLAS" rocmSupport)
(cmakeBool "GGML_HIP" rocmSupport)
(cmakeBool "GGML_METAL" metalSupport)
(cmakeBool "GGML_RPC" rpcSupport)
(cmakeBool "GGML_VULKAN" vulkanSupport)