Skip to content

Commit 5438967

Browse files
authored
[Misc] add hash_function doc string (#24014)
Signed-off-by: Andy Xie <andy.xning@gmail.com>
1 parent 422e793 commit 5438967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/v1/core/kv_cache_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ def hash_block_tokens(
527527
hash values for the same block contents.
528528
529529
Args:
530+
hash_function: The hash function used to compute block hash.
530531
parent_block_hash: The hash of the parent block. None
531532
if this is the first block.
532533
curr_block_token_ids: A list of token ids in the current

0 commit comments

Comments
 (0)