mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-27 06:52:32 +08:00
nits
Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
parent
b9c0f658ca
commit
dbc51d6e98
@ -977,7 +977,6 @@ class DPAsyncMPClient(AsyncMPClient):
|
||||
chosen_engine = self.get_core_engine_for_request(request)
|
||||
to_await = self._send_input(EngineCoreRequestType.ADD, request,
|
||||
chosen_engine)
|
||||
|
||||
if not self.engines_running:
|
||||
# Notify coordinator that we're sending a request
|
||||
req_msg = msgspec.msgpack.encode(("FIRST_REQ", chosen_engine))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user