Add patch8 vit model to FX exclusion filter

pull/842/head
Ross Wightman 3 years ago
parent 9bb4c80d2a
commit 878bee1d5e

@ -339,16 +339,17 @@ EXCLUDE_FX_FILTERS = []
if 'GITHUB_ACTIONS' in os.environ:
EXCLUDE_FX_FILTERS += [
'beit_large*',
'swin_large*',
'mixer_l*',
'*nfnet_f2*',
'*resnext101_32x32d',
'resnetv2_152x2*',
'*nfnet_f2*',
'resmlp_big*',
'resnetrs270',
'swin_large*',
'vgg*',
'vit_large*',
'vit_base_patch8*',
'xcit_large*',
'mixer_l*',
]

Loading…
Cancel
Save