python312Packages.vllm: mark as broken

RuntimeError: Unknown runtime environment
This commit is contained in:
Fabian Affolter 2024-09-28 22:27:43 +02:00
parent 4bc8c5a1c8
commit 5e83503dc0

View File

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