Skip to content

Commit

Permalink
Attempt to fix xcit test failures on github runner by filter largest …
Browse files Browse the repository at this point in the history
…models
  • Loading branch information
rwightman committed Jul 13, 2021
1 parent 72b227d commit ef1e2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models.py
Expand Up @@ -26,7 +26,7 @@
EXCLUDE_FILTERS = [
'*efficientnet_l2*', '*resnext101_32x48d', '*in21k', '*152x4_bitm', '*101x3_bitm', '*50x3_bitm',
'*nfnet_f3*', '*nfnet_f4*', '*nfnet_f5*', '*nfnet_f6*', '*nfnet_f7*',
'*resnetrs350*', '*resnetrs420*']
'*resnetrs350*', '*resnetrs420*', 'xcit_large_24_p8*']
else:
EXCLUDE_FILTERS = []

Expand Down

0 comments on commit ef1e2e1

Please sign in to comment.