python312Packages.vllm: mark as broken (#345178)

This commit is contained in:
Fabian Affolter
2024-09-29 13:01:30 +02:00
committed by GitHub
@@ -176,6 +176,8 @@ buildPythonPackage rec {
happysalada
lach
];
broken = !cudaSupport && !rocmSupport;
# RuntimeError: Unknown runtime environment
broken = true;
# broken = !cudaSupport && !rocmSupport;
};
}