fix(benchmark): add missing args for speculative decoding benchmark (#17974)

This commit is contained in:
cswuyg
2026-01-29 23:05:42 -08:00
committed by GitHub
parent c35aa0238c
commit 33c053c50c
+2
View File
@@ -83,6 +83,8 @@ def send_one_batch(base_url, num_prompts, batch_size, processor, is_multimodal):
disable_ignore_eos=False,
disable_stream=False,
return_logprob=False,
return_routed_experts=False,
plot_throughput=False,
backend=backend,
dataset_name="custom",
num_prompts=None,