diff --git a/pkgs/development/python-modules/vllm/default.nix b/pkgs/development/python-modules/vllm/default.nix index 61a84b14a4de..131138132608 100644 --- a/pkgs/development/python-modules/vllm/default.nix +++ b/pkgs/development/python-modules/vllm/default.nix @@ -497,6 +497,11 @@ buildPythonPackage rec { daniel-fahey ]; badPlatforms = [ + # 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" + # CMake Error at cmake/cpu_extension.cmake:78 (find_isa): # find_isa Function invoked with incorrect arguments for function named: # find_isa