From 2c3a6fe1de0d6f0b06bc4905d06f66eb4b0c470d Mon Sep 17 00:00:00 2001 From: fzyzcjy <5236035+fzyzcjy@users.noreply.github.com> Date: Mon, 26 May 2025 13:35:36 +0800 Subject: [PATCH] Fix bench_serving does not support changing warmup requests (#6439) --- python/sglang/bench_serving.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/sglang/bench_serving.py b/python/sglang/bench_serving.py index 54133b8f1..eea4d5384 100644 --- a/python/sglang/bench_serving.py +++ b/python/sglang/bench_serving.py @@ -1618,6 +1618,7 @@ def run_benchmark(args_: argparse.Namespace): profile=args.profile, pd_separated=args.pd_separated, flush_cache=args.flush_cache, + warmup_requests=args.warmup_requests, ) )