python312Packages.vllm: mark as broken (#345178)

This commit is contained in:
Fabian Affolter 2024-09-29 13:01:30 +02:00 committed by GitHub
commit ee2cb59076
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -176,6 +176,8 @@ buildPythonPackage rec {
happysalada
lach
];
broken = !cudaSupport && !rocmSupport;
# RuntimeError: Unknown runtime environment
broken = true;
# broken = !cudaSupport && !rocmSupport;
};
}