We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5708c92 commit 2ac1a2fCopy full SHA for 2ac1a2f
sdks/python/setup.py
@@ -626,7 +626,7 @@ def get_portability_package_data():
626
'xgboost': ['xgboost>=1.6.0,<2.1.3', 'datatable==1.0.0'],
627
'tensorflow-hub': ['tensorflow-hub>=0.14.0,<0.16.0'],
628
'milvus': milvus_dependency,
629
- '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']
630
},
631
zip_safe=False,
632
# PyPI package information.
0 commit comments