From a2988ef58b3246e9893935e2e72ebce4ac55d0e1 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:43:13 +0100 Subject: [PATCH] python313Packages.vllm: disable bulk update --- pkgs/development/python-modules/vllm/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/vllm/default.nix b/pkgs/development/python-modules/vllm/default.nix index 4231983b0c5b..6b363451cef1 100644 --- a/pkgs/development/python-modules/vllm/default.nix +++ b/pkgs/development/python-modules/vllm/default.nix @@ -165,6 +165,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "vllm" ]; + # updates the cutlass fetcher instead + passthru.skipBulkUpdate = true; + meta = with lib; { description = "High-throughput and memory-efficient inference and serving engine for LLMs"; changelog = "https://github.com/vllm-project/vllm/releases/tag/v${version}";