File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ transformers = "~=4.55.2"
3636triton = " ==3.2.0"
3737typing_extensions = " ~=4.12.2"
3838uvicorn = {extras = [" standard" ], version = " ~=0.29.0" }
39- vllm = " ==0.11 .0"
39+ vllm = " ==0.14 .0"
4040vllm-nccl-cu12 = " ==2.18.1.0.4.0"
4141wheel = " ~=0.43.0"
4242xformers = " ==0.0.32.post1" # Required by vllm 0.11.0 with PyTorch 2.8.0
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ ujson==5.9.0; python_version >= '3.8'
9999urllib3 == 2.2.1 ; python_version >= '3.8'
100100uvicorn [standard ]== 0.29.0 ; python_version >= '3.8'
101101uvloop == 0.19.0
102- vllm == 0.11 .0 ; python_version >= '3.9' and python_full_version < '3.13'
102+ vllm == 0.14 .0 ; python_version >= '3.9' and python_full_version < '3.13'
103103vllm-nccl-cu12 == 2.18.1.0.4.0
104104watchfiles == 0.21.0
105105websockets == 12.0
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ transformers = "~=4.40.2"
3636triton = " ==2.3.0"
3737typing_extensions = " ~=4.11.0"
3838uvicorn = {extras = [" standard" ], version = " ~=0.29.0" }
39- vllm = " ==v0.6.4 "
39+ vllm = " ==0.12.0 "
4040vllm-flash-attn = " ==2.6.2"
4141vllm-nccl-cu12 = " ==2.18.1.0.4.0"
4242wheel = " ~=0.43.0"
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ ujson==5.9.0; python_version >= '3.8'
9898urllib3 == 2.2.1 ; python_version >= '3.8'
9999uvicorn [standard ]== 0.29.0 ; python_version >= '3.8'
100100uvloop == 0.19.0
101- vllm == 0.6.4 ; python_version >= '3.9'
101+ vllm == 0.12.0 ; python_version >= '3.9'
102102
103103vllm-nccl-cu12 == 2.18.1.0.4.0
104104watchfiles == 0.21.0
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ transformers = "~=4.40.2"
3636triton = " ==2.3.0"
3737typing_extensions = " ~=4.11.0"
3838uvicorn = {extras = [" standard" ], version = " ~=0.29.0" }
39- vllm = " ==v0.6.6 "
39+ vllm = " ==0.12.0 "
4040vllm-flash-attn = " ==2.6.2"
4141vllm-nccl-cu12 = " ==2.18.1.0.4.0"
4242wheel = " ~=0.43.0"
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ ujson==5.9.0; python_version >= '3.8'
9898urllib3 == 2.2.1 ; python_version >= '3.8'
9999uvicorn [standard ]== 0.29.0 ; python_version >= '3.8'
100100uvloop == 0.19.0
101- vllm == 0.6.6 ; python_version >= '3.9'
101+ vllm == 0.12.0 ; python_version >= '3.9'
102102
103103vllm-nccl-cu12 == 2.18.1.0.4.0
104104watchfiles == 0.21.0
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ transformers = "~=4.40.2"
3636triton = " ==2.3.0"
3737typing_extensions = " ~=4.11.0"
3838uvicorn = {extras = [" standard" ], version = " ~=0.29.0" }
39- vllm = " ==v0.8.4 "
39+ vllm = " ==0.12.0 "
4040vllm-flash-attn = " ==2.6.2"
4141vllm-nccl-cu12 = " ==2.18.1.0.4.0"
4242wheel = " ~=0.43.0"
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ ujson==5.9.0; python_version >= '3.8'
9898urllib3 == 2.2.1 ; python_version >= '3.8'
9999uvicorn [standard ]== 0.29.0 ; python_version >= '3.8'
100100uvloop == 0.19.0
101- vllm == 0.8.4 ; python_version >= '3.9' and python_full_version < '3.13'
101+ vllm == 0.12.0 ; python_version >= '3.9' and python_full_version < '3.13'
102102
103103vllm-nccl-cu12 == 2.18.1.0.4.0
104104watchfiles == 0.21.0
You can’t perform that action at this time.
0 commit comments