"ssh:/git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "bcfdadb1bc4db9dc8fe82710d4301a1d11114a3c"
Unverified Commit cf25b93b authored by Russell Bryant's avatar Russell Bryant Committed by GitHub
Browse files

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


Signed-off-by: default avatarRussell Bryant <rbryant@redhat.com>
parent d5fbb870
...@@ -606,7 +606,8 @@ class MQLLMEngineClient: ...@@ -606,7 +606,8 @@ class MQLLMEngineClient:
and request_id is not None) and request_id is not None)
return self._process_request(prompt, pooling_params, request_id, return self._process_request(prompt, pooling_params, request_id,
lora_request, trace_headers, priority) lora_request, trace_headers, None,
priority)
async def _process_request( async def _process_request(
self, self,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment