From 4e4f63ad45e403613b7841ff1a0a1dd3b57fe836 Mon Sep 17 00:00:00 2001 From: Lifans Date: Sat, 7 Jun 2025 03:25:38 -0700 Subject: [PATCH] [Nit][Benchmark]Fix example in benchmark_serving_structured_output.py (#19311) Signed-off-by: Lifan Shen --- benchmarks/benchmark_serving_structured_output.py | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/benchmark_serving_structured_output.py b/benchmarks/benchmark_serving_structured_output.py index 3848ebda959ac..c1501ad52c25a 100644 --- a/benchmarks/benchmark_serving_structured_output.py +++ b/benchmarks/benchmark_serving_structured_output.py @@ -12,7 +12,6 @@ On the client side, run: --model \ --dataset json \ --structured-output-ratio 1.0 \ - --structured-output-backend auto \ --request-rate 10 \ --num-prompts 1000