python313Packages.vllm: disable bulk update

This commit is contained in:
Martin Weinelt
2025-01-27 10:58:02 +01:00
parent 45c7e7e8b0
commit a2988ef58b
@@ -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}";