[XPU][test] Add cache_salt=None to _make_req in test_lmcache_radix_cache.py (#34728)
Co-authored-by: arathi-hlab <arathi.hlab@users.noreply.github.com>
This commit is contained in:
co-authored by
arathi-hlab
parent
f2b2b567aa
commit
456c5551cc
@@ -70,6 +70,7 @@ def _make_req(rid, req_pool_idx, token_ids, tree):
|
|||||||
origin_input_ids=token_ids,
|
origin_input_ids=token_ids,
|
||||||
output_ids=[],
|
output_ids=[],
|
||||||
extra_key=None,
|
extra_key=None,
|
||||||
|
cache_salt=None,
|
||||||
last_node=tree.root_node,
|
last_node=tree.root_node,
|
||||||
cache_protected_len=0,
|
cache_protected_len=0,
|
||||||
priority=0,
|
priority=0,
|
||||||
|
|||||||
Reference in New Issue
Block a user