llama-cpp: fix rocmSupport (#380550)

This commit is contained in:
Philip Taron
2025-02-09 04:50:49 -08:00
committed by GitHub
+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)