[Minor] Fix comment (#1704)

This commit is contained in:
Zhuofan
2023-11-18 01:42:49 +08:00
committed by GitHub
parent 0fc280b06c
commit dcc543a298

View File

@ -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