From f64ecc8cf29ba59eee9837720d71f55677727bb2 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Fri, 14 Jan 2022 15:56:59 -0800 Subject: [PATCH] Extra vit_huge model likely to cause test issue (non in21k variant), adding to filters --- tests/test_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_models.py b/tests/test_models.py index 38847dcb..72af0763 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -33,7 +33,7 @@ if 'GITHUB_ACTIONS' in os.environ: 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*', 'vit_gi*'] + '*resnetrs350*', '*resnetrs420*', 'xcit_large_24_p8*', 'vit_huge*', 'vit_gi*'] else: EXCLUDE_FILTERS = []