beit_large models killing GitHub actions test, filter out

pull/989/head
Ross Wightman 2021-11-19 08:39:48 -08:00
parent 9d6aad44f8
commit bdd3dff0ca
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ if 'GITHUB_ACTIONS' in os.environ: # and 'Linux' in platform.system():
EXCLUDE_FILTERS = [
'*efficientnet_l2*', '*resnext101_32x48d', '*in21k', '*152x4_bitm', '*101x3_bitm', '*50x3_bitm',
'*nfnet_f3*', '*nfnet_f4*', '*nfnet_f5*', '*nfnet_f6*', '*nfnet_f7*', '*efficientnetv2_xl*',
'*resnetrs350*', '*resnetrs420*', 'xcit_large_24_p8*']
'*resnetrs350*', '*resnetrs420*', 'xcit_large_24_p8*', 'beit_large*']
else:
EXCLUDE_FILTERS = []