[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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