mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
ollama: add cuda-merged to buildInputs
This commit is contained in:
parent
31146b0c44
commit
4b87112848
@ -141,6 +141,7 @@ goBuild (
|
||||
buildInputs =
|
||||
lib.optionals enableRocm (rocmLibs ++ [ libdrm ])
|
||||
++ lib.optionals enableCuda [
|
||||
cudaToolkit
|
||||
cudaPackages.cuda_cudart
|
||||
cudaPackages.cuda_cccl
|
||||
cudaPackages.libcublas
|
||||
|
Loading…
Reference in New Issue
Block a user