Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Wang <[email protected]>
  • Loading branch information
ywang96 committed Dec 12, 2024
1 parent d643c2a commit 9783bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/v1/engine/core_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def shutdown(self):
def __del__(self):
self.shutdown()

async def profile(self, is_start=True) -> None:
def profile(self, is_start=True) -> None:
self.engine_core.profile(is_start)


Expand Down

0 comments on commit 9783bcb

Please sign in to comment.