We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 820374a commit ae50dd8Copy full SHA for ae50dd8
pyproject.toml
@@ -13,8 +13,8 @@ classifiers = [
13
]
14
15
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'",
+ "vllm @ git+https://github.com/vllm-project/vllm.git@v0.7.1 ; sys_platform == 'darwin'",
+ "vllm>=0.7.1 ; sys_platform != 'darwin'",
18
19
20
[project.optional-dependencies]
0 commit comments