Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-neuralmagic committed Dec 12, 2024
1 parent 573d228 commit e16d63b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vllm/engine/multiprocessing/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,9 @@ async def abort(self, request_id: str):

with suppress(MQClientClosedError):
await self._send_one_way_rpc_request(
request=RPCAbortRequest(request_id), socket=self.input_socket)
request=RPCAbortRequest(request_id),
secret_key=self.secret_key,
socket=self.input_socket)

async def do_log_stats(
self,
Expand Down

0 comments on commit e16d63b

Please sign in to comment.