Unverified Commit dcc543a2 authored by Zhuofan's avatar Zhuofan Committed by GitHub
Browse files

[Minor] Fix comment (#1704)

parent 0fc280b0
...@@ -100,7 +100,7 @@ def run_vllm( ...@@ -100,7 +100,7 @@ def run_vllm(
) )
start = time.perf_counter() start = time.perf_counter()
# FIXME(woosuk): Do use internal method. # FIXME(woosuk): Do not use internal method.
llm._run_engine(use_tqdm=True) llm._run_engine(use_tqdm=True)
end = time.perf_counter() end = time.perf_counter()
return end - start return end - start
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment