We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8587287 commit 277a9a7Copy full SHA for 277a9a7
tests/test_models.py
@@ -22,7 +22,7 @@
22
if 'GITHUB_ACTIONS' in os.environ: # and 'Linux' in platform.system():
23
# GitHub Linux runner is slower and hits memory limits sooner than MacOS, exclude bigger models
24
EXCLUDE_FILTERS = [
25
- '*efficientnet_l2*', '*resnext101_32x48d', '*in21k', '*152x4_bitm', '*101x3_bitm'
+ '*efficientnet_l2*', '*resnext101_32x48d', '*in21k', '*152x4_bitm', '*101x3_bitm',
26
'*nfnet_f3*', '*nfnet_f4*', '*nfnet_f5*', '*nfnet_f6*', '*nfnet_f7*'] + NON_STD_FILTERS
27
else:
28
EXCLUDE_FILTERS = NON_STD_FILTERS
0 commit comments