We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422e793 commit 5438967Copy full SHA for 5438967
vllm/v1/core/kv_cache_utils.py
@@ -527,6 +527,7 @@ def hash_block_tokens(
527
hash values for the same block contents.
528
529
Args:
530
+ hash_function: The hash function used to compute block hash.
531
parent_block_hash: The hash of the parent block. None
532
if this is the first block.
533
curr_block_token_ids: A list of token ids in the current
0 commit comments