Skip to content

Commit

Permalink
[Core] Fix invalid args to _process_request (vllm-project#9201)
Browse files Browse the repository at this point in the history
Signed-off-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com>
  • Loading branch information
russellb authored and mfournioux committed Nov 20, 2024
1 parent 5598983 commit d30aad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vllm/engine/multiprocessing/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,8 @@ def encode(
and request_id is not None)

return self._process_request(prompt, pooling_params, request_id,
lora_request, trace_headers, priority)
lora_request, trace_headers, None,
priority)

async def _process_request(
self,
Expand Down

0 comments on commit d30aad7

Please sign in to comment.