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 2525 "resnet50" : "linux.12xlarge" ,
2626 "llava" : "linux.12xlarge" ,
2727 "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.
2929 # This one causes timeout on smaller runner, the root cause is unclear (T161064121)
3030 "dl3" : "linux.12xlarge" ,
3131 "emformer_join" : "linux.12xlarge" ,
Original file line number Diff line number Diff line change 1919 "llama2" : ("llama" , "Llama2Model" ),
2020 "llama" : ("llama" , "Llama2Model" ),
2121 "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"),
2323 "lstm" : ("lstm" , "LSTMModel" ),
2424 "mobilebert" : ("mobilebert" , "MobileBertModelExample" ),
2525 "mv2" : ("mobilenet_v2" , "MV2Model" ),
You can’t perform that action at this time.
0 commit comments