From 5438967fbc7a10ae6eee7a98182f4de94101e858 Mon Sep 17 00:00:00 2001 From: Ning Xie Date: Mon, 1 Sep 2025 14:11:20 +0800 Subject: [PATCH] [Misc] add hash_function doc string (#24014) Signed-off-by: Andy Xie --- vllm/v1/core/kv_cache_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vllm/v1/core/kv_cache_utils.py b/vllm/v1/core/kv_cache_utils.py index 6a62c55fb2d5f..590baa6208d07 100644 --- a/vllm/v1/core/kv_cache_utils.py +++ b/vllm/v1/core/kv_cache_utils.py @@ -527,6 +527,7 @@ def hash_block_tokens( hash values for the same block contents. Args: + hash_function: The hash function used to compute block hash. parent_block_hash: The hash of the parent block. None if this is the first block. curr_block_token_ids: A list of token ids in the current