We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d792f5 commit 99a1ce2Copy full SHA for 99a1ce2
1 file changed
xinference/core/virtual_env_manager.py
@@ -64,7 +64,7 @@
64
65
ENGINE_VIRTUALENV_EXTRA_INDEX_URLS: Dict[str, List[str]] = {
66
"vllm": [
67
- "https://wheels.vllm.ai/0.14.1/cu130",
+ "https://wheels.vllm.ai/0.19.0/cu130",
68
"https://download.pytorch.org/whl/cu130",
69
],
70
"sglang": [
0 commit comments