Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs committed Nov 23, 2024
1 parent 2a9090f commit 196afb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sglang/bench_serving.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 196afb3

Please sign in to comment.