tvalentyn commented on code in PR #37822:
URL: https://github.com/apache/beam/pull/37822#discussion_r2931262448
##########
sdks/python/setup.py:
##########
@@ -627,7 +626,7 @@ def get_portability_package_data():
'xgboost': ['xgboost>=1.6.0,<2.1.3', 'datatable==1.0.0'],
'tensorflow-hub': ['tensorflow-hub>=0.14.0,<0.16.0'],
'milvus': milvus_dependency,
- 'vllm': ['openai==1.107.1', 'vllm==0.14', 'triton==3.3.1']
+ 'vllm': ['openai==1.107.1', 'vllm==0.10.1.1', 'triton==3.3.1']
Review Comment:
Running `gradlew :sdks:python:container:generatePythonRequirementsAll`
failed to resolve some dependencies without this revert.
If tests pass on this PR, I'd suggest to make another change to upgrade vllm
and regenerate the dependencies. I suspect generating requirements on master is
currently broken but haven't checked.
cc: @claudevdm
--
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]