damccorm commented on code in PR #36966:
URL: https://github.com/apache/beam/pull/36966#discussion_r2769741629
##########
sdks/python/apache_beam/ml/inference/vllm_inference.py:
##########
@@ -125,7 +132,7 @@ def start_server(self, retries=3):
server_cmd = [
sys.executable,
'-m',
- 'vllm.entrypoints.openai.api_server',
+ self._vllm_executable,
Review Comment:
Changing this doesn't work on its own because the dynamo vllm executable
doesn't include an api server. As a result, running this produces:
```
error: unrecognized arguments: --port 48455
```
So I'll need a different way of doing this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]