Skip to content

Commit

Permalink
Update dependency vllm to v0.7.0 [SECURITY]
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent e018b5f commit cc8ecc0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion model-servers/vllm/0.6.4/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ transformers = "~=4.40.2"
triton = "==2.3.0"
typing_extensions = "~=4.11.0"
uvicorn = {extras = ["standard"], version = "~=0.29.0"}
vllm = "==v0.6.4"
vllm = "==0.7.0"
vllm-flash-attn = "==2.6.2"
vllm-nccl-cu12 = "==2.18.1.0.4.0"
wheel = "~=0.43.0"
Expand Down
2 changes: 1 addition & 1 deletion model-servers/vllm/0.6.4/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ujson==5.9.0; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'
uvicorn[standard]==0.29.0; python_version >= '3.8'
uvloop==0.19.0
vllm==0.6.4; python_version >= '3.9'
vllm==0.7.0; python_version >= '3.9'

vllm-nccl-cu12==2.18.1.0.4.0
watchfiles==0.21.0
Expand Down
2 changes: 1 addition & 1 deletion model-servers/vllm/0.6.6/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ transformers = "~=4.40.2"
triton = "==2.3.0"
typing_extensions = "~=4.11.0"
uvicorn = {extras = ["standard"], version = "~=0.29.0"}
vllm = "==v0.6.6"
vllm = "==0.7.0"
vllm-flash-attn = "==2.6.2"
vllm-nccl-cu12 = "==2.18.1.0.4.0"
wheel = "~=0.43.0"
Expand Down
2 changes: 1 addition & 1 deletion model-servers/vllm/0.6.6/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ujson==5.9.0; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'
uvicorn[standard]==0.29.0; python_version >= '3.8'
uvloop==0.19.0
vllm==0.6.6; python_version >= '3.9'
vllm==0.7.0; python_version >= '3.9'

vllm-nccl-cu12==2.18.1.0.4.0
watchfiles==0.21.0
Expand Down

0 comments on commit cc8ecc0

Please sign in to comment.