mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Revert "[inductor] Update TIMM skip list (#90188)"
This reverts commit fd3f5d7bf7.
Reverted https://github.com/pytorch/pytorch/pull/90188 on behalf of https://github.com/desertfire due to flaky accuracy failure
This commit is contained in:
parent
0b3316ad2c
commit
e37c8c8436
|
|
@ -121,9 +121,19 @@ CI_SKIP_INDUCTOR_TRAINING = [
|
|||
"XGLMForCausalLM", # OOM
|
||||
# TIMM
|
||||
"convit_base", # fp64_OOM
|
||||
"dm_nfnet_f0", # accuracy
|
||||
"convmixer_768_32", # accuracy - Unable to repro on A100
|
||||
"hrnet_w18", # accuracy - Unable to repro on A100
|
||||
"sebotnet33ts_256", # accuracy - Unable to repro on A100
|
||||
"hrnet_w18", # accuracy - Unable to repro on A100
|
||||
"eca_botnext26ts_256", # accuracy - Fails on A100
|
||||
"eca_halonext26ts", # accuracy
|
||||
"fbnetv3_b", # accuracy
|
||||
"levit_128", # fp64_OOM
|
||||
"res2net101_26w_4s", # accuracy
|
||||
"spnasnet_100", # accuracy
|
||||
"resnest101e", # accuracy
|
||||
"swin_base_patch4_window7_224", # accuracy
|
||||
"xcit_large_24_p8_224", # fp64_OOM
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user