mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-14 00:34:58 +08:00
[CI][Bugfix] Fix failing V1 Test due to missing 'cache_salt' arg (#17500)
Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
parent
17b4d85f63
commit
aa4502e7f3
@ -306,6 +306,7 @@ def test_kv_cache_events(
|
|||||||
eos_token_id=None,
|
eos_token_id=None,
|
||||||
arrival_time=time.time(),
|
arrival_time=time.time(),
|
||||||
lora_request=None,
|
lora_request=None,
|
||||||
|
cache_salt=None,
|
||||||
)
|
)
|
||||||
client.add_request(request)
|
client.add_request(request)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user