Skip to content

Commit ef1e2e1

Browse files
committed
Attempt to fix xcit test failures on github runner by filter largest models
1 parent 72b227d commit ef1e2e1

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
@@ -26,7 +26,7 @@
2626
EXCLUDE_FILTERS = [
2727
'*efficientnet_l2*', '*resnext101_32x48d', '*in21k', '*152x4_bitm', '*101x3_bitm', '*50x3_bitm',
2828
'*nfnet_f3*', '*nfnet_f4*', '*nfnet_f5*', '*nfnet_f6*', '*nfnet_f7*',
29-
'*resnetrs350*', '*resnetrs420*']
29+
'*resnetrs350*', '*resnetrs420*', 'xcit_large_24_p8*']
3030
else:
3131
EXCLUDE_FILTERS = []
3232

0 commit comments

Comments
 (0)