Update overrides/default.nix

This commit is contained in:
Phillip Cloud 2024-05-06 13:44:23 -04:00 committed by GitHub
parent a450213649
commit d541fb256e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4000,8 +4000,7 @@ lib.composeManyExtensions [
vllm = prev.vllm.overridePythonAttrs (old: {
# vllm-nccl-cu12 will try to download NCCL 2.18.1 from the internet to
# the ~/.config/vllm/nccl/cu12 directory, which is not allowed in Nix,
# so we do it ourselves
# the ~/.config/vllm/nccl/cu12 directory, which is not allowed in Nix.
#
# See https://github.com/vllm-project/vllm/issues/4224
propagatedBuildInputs = removePackagesByName (old.propagatedBuildInputs or [ ]) [ final.vllm-nccl-cu12 ];