Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-redhat committed Jan 3, 2025
1 parent 37859d7 commit c29f329
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions vllm/v1/engine/core_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,15 +167,14 @@ def __init__(
"executor_class": executor_class,
"log_stats": log_stats,
})

def shutdown(self):
"""Clean up background resources."""

self._finalizer()

if hasattr(self, "proc_handle"):
self.proc_handle.shutdown()

self._finalizer()


class SyncMPClient(MPClient):
"""Synchronous client for multi-proc EngineCore."""
Expand Down

0 comments on commit c29f329

Please sign in to comment.