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 4212cd3 commit 4d13db5Copy full SHA for 4d13db5
tests/test_models.py
@@ -9,7 +9,7 @@
9
10
if 'GITHUB_ACTIONS' in os.environ and 'Linux' in platform.system():
11
# GitHub Linux runner is slower and hits memory limits sooner than MacOS, exclude bigger models
12
- EXCLUDE_FILTERS = ['*efficientnet_l2*']
+ EXCLUDE_FILTERS = ['*efficientnet_l2*', '*resnext101_32x48d']
13
else:
14
EXCLUDE_FILTERS = []
15
MAX_FWD_SIZE = 384
0 commit comments