Skip to content

Commit

Permalink
Fix abort
Browse files Browse the repository at this point in the history
  • Loading branch information
s5u13b committed Feb 7, 2025
1 parent 1058ec0 commit a51cf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llumnix/backends/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async def put_nowait_to_servers(self,
server_info.request_output_queue_port))
req_outputs = list(server_request_outputs.values())[idx]
request_ids = [req_output.request_id for req_output in req_outputs]
self.engine_actor_handle.abort_request.remote(request_ids)
self.engine_actor_handle.abort.remote(request_ids)

def init_backend_engine(instance_id: str,
placement_group: PlacementGroup,
Expand Down

0 comments on commit a51cf25

Please sign in to comment.