python313Packages.vllm: disable bulk update
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user