Skip to content

Commit 4d13db5

Browse files
committed
Add x48d ResNext101s to test exclude for ubuntu
1 parent 4212cd3 commit 4d13db5

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
@@ -9,7 +9,7 @@
99

1010
if 'GITHUB_ACTIONS' in os.environ and 'Linux' in platform.system():
1111
# GitHub Linux runner is slower and hits memory limits sooner than MacOS, exclude bigger models
12-
EXCLUDE_FILTERS = ['*efficientnet_l2*']
12+
EXCLUDE_FILTERS = ['*efficientnet_l2*', '*resnext101_32x48d']
1313
else:
1414
EXCLUDE_FILTERS = []
1515
MAX_FWD_SIZE = 384

0 commit comments

Comments
 (0)