Unverified Commit 41ccf7a7 authored by Yt's avatar Yt Committed by GitHub
Browse files

python3Packages.vllm: disable on aarch64-darwin (#451116)

parents e2f157e5 c1237a10
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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