Skip to content

Commit ef72ad4

Browse files
committed
Extra vit_huge model likely to cause test issue (non in21k variant), adding to filters
1 parent e967c72 commit ef72ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
EXCLUDE_FILTERS = [
3434
'*efficientnet_l2*', '*resnext101_32x48d', '*in21k', '*152x4_bitm', '*101x3_bitm', '*50x3_bitm',
3535
'*nfnet_f3*', '*nfnet_f4*', '*nfnet_f5*', '*nfnet_f6*', '*nfnet_f7*', '*efficientnetv2_xl*',
36-
'*resnetrs350*', '*resnetrs420*', 'xcit_large_24_p8*', 'vit_gi*']
36+
'*resnetrs350*', '*resnetrs420*', 'xcit_large_24_p8*', 'vit_huge*', 'vit_gi*']
3737
else:
3838
EXCLUDE_FILTERS = []
3939

0 commit comments

Comments
 (0)