We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f83f0 commit 633782bCopy full SHA for 633782b
flake.nix
@@ -150,14 +150,14 @@
150
packages =
151
{
152
default = config.legacyPackages.llamaPackages.llama-cpp;
153
+ vulkan = config.packages.default.override { useVulkan = true; };
154
}
155
// lib.optionalAttrs pkgs.stdenv.isLinux {
156
opencl = config.packages.default.override { useOpenCL = true; };
157
cuda = config.legacyPackages.llamaPackagesCuda.llama-cpp;
158
159
mpi-cpu = config.packages.default.override { useMpi = true; };
160
mpi-cuda = config.packages.default.override { useMpi = true; };
- vulkan = config.packages.default.override { useVulkan = true; };
161
162
// lib.optionalAttrs (system == "x86_64-linux") {
163
rocm = config.legacyPackages.llamaPackagesRocm.llama-cpp;
0 commit comments