File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,21 +54,17 @@ allow-direct-references = true
5454
5555[dependency-groups ]
5656dev = [
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
6761evovlm = [
62+ " flash-attn>=2.7.3" ,
6863 " transformers==4.42.4" ,
6964 " mantis-vl" ,
7065]
7166vilaja = [
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]
8177sarashina = [
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]
9087gemma = [
88+ " flash-attn>=2.7.3" ,
9189 " accelerate>=0.27.2" ,
9290 " timm==1.0.13" ,
9391]
9492normal = [
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]
102101pixtral = [
102+ " flash-attn>=2.7.3" ,
103103 " mistral-common==1.5.0" ,
104104 " vllm==0.6.5" ,
105105]
You can’t perform that action at this time.
0 commit comments