File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,13 +67,13 @@ def parse_requirements(extras_require_map):
67
67
if (major , minor ) >= (2 , 7 ):
68
68
_install_requires .pop (_install_requires .index (xformers_version ))
69
69
# _install_requires.append("xformers==0.0.29.post3") # xformers seems to be hard pinned to 2.6.0
70
- extras_require_map ["vllm" ] = ["vllm==0.8.4 " ]
70
+ extras_require_map ["vllm" ] = ["vllm==0.8.5 " ]
71
71
elif (major , minor ) >= (2 , 6 ):
72
72
_install_requires .pop (_install_requires .index (xformers_version ))
73
73
_install_requires .append (
74
74
"xformers==0.0.29.post2"
75
75
) # vllm needs post2 w torch 2.6
76
- extras_require_map ["vllm" ] = ["vllm==0.8.4 " ]
76
+ extras_require_map ["vllm" ] = ["vllm==0.8.5 " ]
77
77
elif (major , minor ) >= (2 , 5 ):
78
78
_install_requires .pop (_install_requires .index (xformers_version ))
79
79
if patch == 0 :
You can’t perform that action at this time.
0 commit comments