Merge 48507397d0
into c6d4cb4655
This commit is contained in:
commit
954567dde8
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
autoAddDriverRunpath,
|
||||
glibc,
|
||||
config,
|
||||
stdenv,
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
cuda = config.legacyPackages.llamaPackagesCuda.llama-cpp;
|
||||
|
||||
mpi-cpu = config.packages.default.override { useMpi = true; };
|
||||
mpi-cuda = config.packages.default.override { useMpi = true; };
|
||||
mpi-cuda = config.packages.cuda.override { useMpi = true; };
|
||||
}
|
||||
// lib.optionalAttrs (system == "x86_64-linux") {
|
||||
rocm = config.legacyPackages.llamaPackagesRocm.llama-cpp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue