File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -261,11 +261,11 @@ effectiveStdenv.mkDerivation (
261
261
# Configurations we don't want even the CI to evaluate. Results in the
262
262
# "unsupported platform" messages. This is mostly a no-op, because
263
263
# cudaPackages would've refused to evaluate anyway.
264
- badPlatforms = optionals ( useCuda || useOpenCL ) lib . platforms . darwin ;
264
+ badPlatforms = optionals ( useCuda || useOpenCL || useVulkan ) lib . platforms . darwin ;
265
265
266
266
# Configurations that are known to result in build failures. Can be
267
267
# overridden by importing Nixpkgs with `allowBroken = true`.
268
- broken = ( useMetalKit && ! effectiveStdenv . isDarwin ) ;
268
+ broken = ( useMetalKit && ! effectiveStdenv . isDarwin ) || ( useVulkan && effectiveStdenv . isDarwin ) ;
269
269
270
270
description = "Inference of LLaMA model in pure C/C++${ descriptionSuffix } " ;
271
271
homepage = "https://github.com/ggerganov/llama.cpp/" ;
You can’t perform that action at this time.
0 commit comments