Skip to content

Commit fd76c83

Browse files
correct vllm version (#73)
1 parent db54d53 commit fd76c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"transformers==4.39.1",
5656
],
5757
"vllm": [
58-
"vllm==0.2.7",
58+
"vllm>=0.2.0,<0.2.6",
5959
],
6060
"frontend": [
6161
"gradio",

0 commit comments

Comments
 (0)