[Core] Fix invalid args to _process_request (#9201)

Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Russell Bryant 2024-10-10 00:10:09 -04:00 committed by GitHub
parent d5fbb8706d
commit cf25b93bdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -606,7 +606,8 @@ class MQLLMEngineClient:
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,