Unverified Commit ee2cb590 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.vllm: mark as broken (#345178)

parents 845ba704 5e83503d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -176,6 +176,8 @@ buildPythonPackage rec {
      happysalada
      lach
    ];
    broken = !cudaSupport && !rocmSupport;
    # RuntimeError: Unknown runtime environment
    broken = true;
    # broken = !cudaSupport && !rocmSupport;
  };
}