add Vulkan support to Nix flake
This commit is contained in:
parent
e920ed393d
commit
60ecf099ed
2 changed files with 18 additions and 4 deletions
|
@ -157,6 +157,7 @@
|
|||
|
||||
mpi-cpu = config.packages.default.override { useMpi = true; };
|
||||
mpi-cuda = config.packages.default.override { useMpi = true; };
|
||||
vulkan = config.packages.default.override { useVulkan = true; };
|
||||
}
|
||||
// lib.optionalAttrs (system == "x86_64-linux") {
|
||||
rocm = config.legacyPackages.llamaPackagesRocm.llama-cpp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue