mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Add x48d ResNext101s to test exclude for ubuntu
This commit is contained in:
parent
4212cd3b9f
commit
4d13db538f
@ -9,7 +9,7 @@ from timm import list_models, create_model
|
||||
|
||||
if 'GITHUB_ACTIONS' in os.environ and 'Linux' in platform.system():
|
||||
# GitHub Linux runner is slower and hits memory limits sooner than MacOS, exclude bigger models
|
||||
EXCLUDE_FILTERS = ['*efficientnet_l2*']
|
||||
EXCLUDE_FILTERS = ['*efficientnet_l2*', '*resnext101_32x48d']
|
||||
else:
|
||||
EXCLUDE_FILTERS = []
|
||||
MAX_FWD_SIZE = 384
|
||||
|
Loading…
x
Reference in New Issue
Block a user