File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
"resnet50" : "linux.12xlarge" ,
26
26
"llava" : "linux.12xlarge" ,
27
27
"llama3_2_vision_encoder" : "linux.12xlarge" ,
28
- "llama3_2_text_decoder" : "linux.12xlarge" ,
28
+ # "llama3_2_text_decoder": "linux.12xlarge", # TODO: re-enable test when Huy's change is in / model gets smaller.
29
29
# This one causes timeout on smaller runner, the root cause is unclear (T161064121)
30
30
"dl3" : "linux.12xlarge" ,
31
31
"emformer_join" : "linux.12xlarge" ,
Original file line number Diff line number Diff line change 19
19
"llama2" : ("llama" , "Llama2Model" ),
20
20
"llama" : ("llama" , "Llama2Model" ),
21
21
"llama3_2_vision_encoder" : ("llama3_2_vision" , "FlamingoVisionEncoderModel" ),
22
- "llama3_2_text_decoder" : ("llama3_2_vision" , "Llama3_2Decoder" ),
22
+ # "llama3_2_text_decoder": ("llama3_2_vision", "Llama3_2Decoder"),
23
23
"lstm" : ("lstm" , "LSTMModel" ),
24
24
"mobilebert" : ("mobilebert" , "MobileBertModelExample" ),
25
25
"mv2" : ("mobilenet_v2" , "MV2Model" ),
You can’t perform that action at this time.
0 commit comments