File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ triton>=3.0.0
6
6
mamba-ssm == 1.2.0.post1
7
7
xformers >= 0.0.23.post1
8
8
autoawq == 0.2.7.post3
9
- liger-kernel == 0.5.8
9
+ liger-kernel == 0.5.9
10
10
# END section
11
11
12
12
packaging == 23.2
@@ -15,7 +15,7 @@ peft==0.15.2
15
15
transformers == 4.51.3
16
16
tokenizers >= 0.21.1
17
17
accelerate == 1.6.0
18
- datasets == 3.5.0
18
+ datasets == 3.5.1
19
19
deepspeed >= 0.15.4
20
20
trl == 0.17.0
21
21
hf_xet == 1.1.0
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.5" ]
70
+ extras_require_map ["vllm" ] = ["vllm==0.8.5.post1 " ]
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.5" ]
76
+ extras_require_map ["vllm" ] = ["vllm==0.8.5.post1 " ]
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