diff --git a/pkgs/development/python-modules/vllm/default.nix b/pkgs/development/python-modules/vllm/default.nix index 8de59e998e5a..4532e02fe87b 100644 --- a/pkgs/development/python-modules/vllm/default.nix +++ b/pkgs/development/python-modules/vllm/default.nix @@ -703,10 +703,14 @@ buildPythonPackage.override { stdenv = torch.stdenv; } (finalAttrs: { LunNova # esp. for ROCm ]; badPlatforms = [ + # error: could not find git for clone of arm_compute-populate + "aarch64-linux" + # CMake Error at cmake/cpu_extension.cmake:188 (message): # vLLM CPU backend requires AVX512, AVX2, Power9+ ISA, S390X ISA, ARMv8 or # RISC-V support. "aarch64-darwin" ]; + broken = cudaSupport; }; })