diff --git a/python/sglang/bench_serving.py b/python/sglang/bench_serving.py index dd347ef5bc7..203d79fffa0 100644 --- a/python/sglang/bench_serving.py +++ b/python/sglang/bench_serving.py @@ -1108,7 +1108,7 @@ def run_benchmark(args_: argparse.Namespace): args = args_ # Set default value for max_concurrency if not present - if not hasattr(args, 'max_concurrency'): + if not hasattr(args, "max_concurrency"): args.max_concurrency = None # Set global environments