mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
Update overrides/default.nix
This commit is contained in:
parent
a450213649
commit
d541fb256e
1 changed files with 1 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Reference in a new issue