Unverified Commit aa4502e7 authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

[CI][Bugfix] Fix failing V1 Test due to missing 'cache_salt' arg (#17500)


Signed-off-by: default avatarmgoin <mgoin64@gmail.com>
parent 17b4d85f
...@@ -306,6 +306,7 @@ def test_kv_cache_events( ...@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment