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 @@ -255,11 +255,11 @@ effectiveStdenv.mkDerivation (
255
255
# Configurations we don't want even the CI to evaluate. Results in the
256
256
# "unsupported platform" messages. This is mostly a no-op, because
257
257
# cudaPackages would've refused to evaluate anyway.
258
- badPlatforms = optionals ( useCuda || useOpenCL || useVulkan ) lib . platforms . darwin ;
258
+ badPlatforms = optionals ( useCuda || useOpenCL ) lib . platforms . darwin ;
259
259
260
260
# Configurations that are known to result in build failures. Can be
261
261
# overridden by importing Nixpkgs with `allowBroken = true`.
262
- broken = ( useMetalKit && ! effectiveStdenv . isDarwin ) || ( useVulkan && effectiveStdenv . isDarwin ) ;
262
+ broken = ( useMetalKit && ! effectiveStdenv . isDarwin ) ;
263
263
264
264
description = "Inference of LLaMA model in pure C/C++${ descriptionSuffix } " ;
265
265
homepage = "https://github.com/ggerganov/llama.cpp/" ;
You can’t perform that action at this time.
0 commit comments