Skip to content

Commit ae50dd8

Browse files
committed
📦 Update vllm to 0.7.1
Signed-off-by: Gaurav-Kumbhat <Gaurav.Kumbhat@ibm.com>
1 parent 820374a commit ae50dd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ classifiers = [
1313
]
1414

1515
dependencies = [
16-
"vllm @ git+https://github.com/vllm-project/vllm.git@v0.7.0 ; sys_platform == 'darwin'",
17-
"vllm>=0.7.0 ; sys_platform != 'darwin'",
16+
"vllm @ git+https://github.com/vllm-project/vllm.git@v0.7.1 ; sys_platform == 'darwin'",
17+
"vllm>=0.7.1 ; sys_platform != 'darwin'",
1818
]
1919

2020
[project.optional-dependencies]

0 commit comments

Comments
 (0)