Skip to content

Commit 22f83f0

Browse files
0cc4mphiliptaron
authored andcommitted
Enable Vulkan MacOS CI
1 parent bb9dcd5 commit 22f83f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devops/nix/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,11 @@ effectiveStdenv.mkDerivation (
255255
# Configurations we don't want even the CI to evaluate. Results in the
256256
# "unsupported platform" messages. This is mostly a no-op, because
257257
# cudaPackages would've refused to evaluate anyway.
258-
badPlatforms = optionals (useCuda || useOpenCL || useVulkan) lib.platforms.darwin;
258+
badPlatforms = optionals (useCuda || useOpenCL) lib.platforms.darwin;
259259

260260
# Configurations that are known to result in build failures. Can be
261261
# overridden by importing Nixpkgs with `allowBroken = true`.
262-
broken = (useMetalKit && !effectiveStdenv.isDarwin) || (useVulkan && effectiveStdenv.isDarwin);
262+
broken = (useMetalKit && !effectiveStdenv.isDarwin);
263263

264264
description = "Inference of LLaMA model in pure C/C++${descriptionSuffix}";
265265
homepage = "https://github.com/ggerganov/llama.cpp/";

0 commit comments

Comments
 (0)