Unverified Commit af9ae793 authored by Kris Hung's avatar Kris Hung Committed by GitHub
Browse files

fix: Update expected prompt for deepep test (#4704)

parent 2b5655fd
...@@ -141,8 +141,8 @@ vllm_configs = { ...@@ -141,8 +141,8 @@ vllm_configs = {
], ],
timeout=700, timeout=700,
request_payloads=[ request_payloads=[
chat_payload_default(expected_response=["joke"]), chat_payload_default(),
completion_payload_default(expected_response=["joke"]), completion_payload_default(),
], ],
), ),
"multimodal_agg_llava_epd": VLLMConfig( "multimodal_agg_llava_epd": VLLMConfig(
......
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