Skip to content

Commit 67af11e

Browse files
committed
fix
1 parent 51f9515 commit 67af11e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,17 @@ allow-direct-references = true
5454

5555
[dependency-groups]
5656
dev = [
57-
"flash-attn>=2.7.3",
58-
"pytest>=8.3.4",
59-
"seaborn>=0.13.2",
60-
]
61-
62-
test = [
6357
"pytest>=8.3.4",
6458
"seaborn>=0.13.2",
6559
]
6660

6761
evovlm = [
62+
"flash-attn>=2.7.3",
6863
"transformers==4.42.4",
6964
"mantis-vl",
7065
]
7166
vilaja = [
67+
"flash-attn>=2.7.3",
7268
"accelerate==0.27.2",
7369
"deepspeed>=0.16.3",
7470
"einops>=0.8.0",
@@ -79,6 +75,7 @@ vilaja = [
7975
"transformers==4.37.2",
8076
]
8177
sarashina = [
78+
"flash-attn>=2.7.3",
8279
"accelerate>=0.27.2",
8380
"pillow>=10.4.0",
8481
"protobuf>=5.29.3",
@@ -88,10 +85,12 @@ sarashina = [
8885
"transformers==4.47.0",
8986
]
9087
gemma = [
88+
"flash-attn>=2.7.3",
9189
"accelerate>=0.27.2",
9290
"timm==1.0.13",
9391
]
9492
normal = [
93+
"flash-attn>=2.7.3",
9594
"accelerate>=1.2.1",
9695
"qwen-vl-utils>=0.0.8",
9796
"sentencepiece>=0.2.0",
@@ -100,6 +99,7 @@ normal = [
10099
"transformers>=4.46.3",
101100
]
102101
pixtral = [
102+
"flash-attn>=2.7.3",
103103
"mistral-common==1.5.0",
104104
"vllm==0.6.5",
105105
]

0 commit comments

Comments
 (0)