Skip to content

Commit dcc543a

Browse files
authored
[Minor] Fix comment (#1704)
1 parent 0fc280b commit dcc543a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmark_throughput.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def run_vllm(
100100
)
101101

102102
start = time.perf_counter()
103-
# FIXME(woosuk): Do use internal method.
103+
# FIXME(woosuk): Do not use internal method.
104104
llm._run_engine(use_tqdm=True)
105105
end = time.perf_counter()
106106
return end - start

0 commit comments

Comments
 (0)