mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-28 01:27:04 +08:00
Fix incorrect docstring for stop_profile() method (#27101)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
This commit is contained in:
parent
c253745eb8
commit
be429d0cfd
@ -110,7 +110,7 @@ class EngineClient(ABC):
|
|||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
async def stop_profile(self) -> None:
|
async def stop_profile(self) -> None:
|
||||||
"""Start profiling the engine"""
|
"""Stop profiling the engine"""
|
||||||
...
|
...
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user