mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
python312Packages.vllm: mark as broken
RuntimeError: Unknown runtime environment
This commit is contained in:
parent
4bc8c5a1c8
commit
5e83503dc0
@ -176,6 +176,8 @@ buildPythonPackage rec {
|
||||
happysalada
|
||||
lach
|
||||
];
|
||||
broken = !cudaSupport && !rocmSupport;
|
||||
# RuntimeError: Unknown runtime environment
|
||||
broken = true;
|
||||
# broken = !cudaSupport && !rocmSupport;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user