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