mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Fix test model filter to include dm_ variants that break GitHub CI limits
This commit is contained in:
parent
8563609b28
commit
da4839530c
@ -21,7 +21,7 @@ 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
|
# GitHub Linux runner is slower and hits memory limits sooner than MacOS, exclude bigger models
|
||||||
EXCLUDE_FILTERS = [
|
EXCLUDE_FILTERS = [
|
||||||
'*efficientnet_l2*', '*resnext101_32x48d', '*in21k', '*152x4_bitm',
|
'*efficientnet_l2*', '*resnext101_32x48d', '*in21k', '*152x4_bitm',
|
||||||
'nfnet_f4*', 'nfnet_f5*', 'nfnet_f6*', 'nfnet_f7*'] + NON_STD_FILTERS
|
'*nfnet_f4*', '*nfnet_f5*', '*nfnet_f6*', '*nfnet_f7*'] + NON_STD_FILTERS
|
||||||
else:
|
else:
|
||||||
EXCLUDE_FILTERS = NON_STD_FILTERS
|
EXCLUDE_FILTERS = NON_STD_FILTERS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user