mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 23:03:52 +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:
@ -306,6 +306,7 @@ def test_kv_cache_events(
|
||||
eos_token_id=None,
|
||||
arrival_time=time.time(),
|
||||
lora_request=None,
|
||||
cache_salt=None,
|
||||
)
|
||||
client.add_request(request)
|
||||
|
||||
|
Reference in New Issue
Block a user