mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 14:53:52 +08:00
Fix incorrect docstring for stop_profile() method (#27101)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
This commit is contained in:
@ -110,7 +110,7 @@ class EngineClient(ABC):
|
||||
|
||||
@abstractmethod
|
||||
async def stop_profile(self) -> None:
|
||||
"""Start profiling the engine"""
|
||||
"""Stop profiling the engine"""
|
||||
...
|
||||
|
||||
@abstractmethod
|
||||
|
Reference in New Issue
Block a user