Skip to content

Commit

Permalink
[Minor] Fix comment (vllm-project#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
linotfan authored Nov 17, 2023
1 parent 0fc280b commit dcc543a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmark_throughput.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcc543a

Please sign in to comment.