damccorm commented on code in PR #36966:
URL: https://github.com/apache/beam/pull/36966#discussion_r2769754809
##########
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:
I think I'll need to replicate something like
https://github.com/ai-dynamo/dynamo?tab=readme-ov-file#run-dynamo instead
--
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]