Skip to content

Commit 694e48a

Browse files
committed
fix formatting
Signed-off-by: Kartik Ramesh <kartikx2000@gmail.com>
1 parent 62d54fc commit 694e48a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

benchmarks/benchmark_throughput.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,10 @@ def validate_args(args):
523523
# --data-parallel is not supported currently.
524524
# https://github.com/vllm-project/vllm/issues/16222
525525
if args.data_parallel_size > 1:
526-
raise ValueError("Data parallel is not supported in offline benchmark, please use benchmark serving instead")
526+
raise ValueError(
527+
"Data parallel is not supported in offline benchmark, \
528+
please use benchmark serving instead")
529+
527530

528531
if __name__ == "__main__":
529532
parser = FlexibleArgumentParser(description="Benchmark the throughput.")

0 commit comments

Comments
 (0)