mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 13:05:44 +08:00
[Minor] Fix comment (#1704)
This commit is contained in:
parent
0fc280b06c
commit
dcc543a298
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user