From bb85f1d4c2d1829bb56774a78b286289dc7f38d1 Mon Sep 17 00:00:00 2001 From: Linkun Chen Date: Tue, 5 Nov 2024 09:51:25 -0800 Subject: [PATCH] typo: s/is/are Signed-off-by: Linkun Chen --- benchmarks/benchmark_throughput.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/benchmark_throughput.py b/benchmarks/benchmark_throughput.py index 9c6260f16ec5e..159cf055737ce 100644 --- a/benchmarks/benchmark_throughput.py +++ b/benchmarks/benchmark_throughput.py @@ -343,8 +343,8 @@ def main(args: argparse.Namespace): for request in requests) if is_multi_modal: print("\033[91mWARNING\033[0m: Multi-modal request detected. The " - "following metrics is not accurate because image tokens are not " - "counted. See vllm-project/vllm/issues/9778 for details.") + "following metrics are not accurate because image tokens are not" + " counted. See vllm-project/vllm/issues/9778 for details.") # TODO(vllm-project/vllm/issues/9778): Count molti-modal token length. print(f"Throughput: {len(requests) / elapsed_time:.2f} requests/s, " f"{total_num_tokens / elapsed_time:.2f} total tokens/s, "