Skip to content

Commit 78ebf57

Browse files
kartikxsimon-mo
andauthored
Update benchmarks/benchmark_throughput.py
Co-authored-by: Simon Mo <simon.mo@hey.com>
1 parent 869c37d commit 78ebf57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmark_throughput.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ 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 currently.")
526+
raise ValueError("Data parallel is not supported in offline benchmark, please use benchmark serving instead")
527527

528528
if __name__ == "__main__":
529529
parser = FlexibleArgumentParser(description="Benchmark the throughput.")

0 commit comments

Comments
 (0)