From dcc543a298f0e3af670f329367ba13cd07f68342 Mon Sep 17 00:00:00 2001 From: Zhuofan <44121452+linotfan@users.noreply.github.com> Date: Sat, 18 Nov 2023 01:42:49 +0800 Subject: [PATCH] [Minor] Fix comment (#1704) --- benchmarks/benchmark_throughput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/benchmark_throughput.py b/benchmarks/benchmark_throughput.py index a9adda040ca6..3d5530ecb315 100644 --- a/benchmarks/benchmark_throughput.py +++ b/benchmarks/benchmark_throughput.py @@ -100,7 +100,7 @@ def run_vllm( ) start = time.perf_counter() - # FIXME(woosuk): Do use internal method. + # FIXME(woosuk): Do not use internal method. llm._run_engine(use_tqdm=True) end = time.perf_counter() return end - start