Skip to content

Commit

Permalink
llama-cpp: fix rocmSupport (#380550)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron authored Feb 9, 2025
2 parents ca9ebf7 + d6d48cf commit 4e15d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/ll/llama-cpp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4e15d13

Please sign in to comment.