mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Exclude naflex models from jit tests
This commit is contained in:
parent
825edccf19
commit
9b23d6dea2
@ -78,7 +78,7 @@ else:
|
||||
EXCLUDE_FILTERS = ['*enormous*']
|
||||
NON_STD_EXCLUDE_FILTERS = ['*gigantic*', '*enormous*', '*_3b_*']
|
||||
|
||||
EXCLUDE_JIT_FILTERS = ['hiera_*']
|
||||
EXCLUDE_JIT_FILTERS = ['hiera_*', '*naflex*']
|
||||
|
||||
TARGET_FWD_SIZE = MAX_FWD_SIZE = 384
|
||||
TARGET_BWD_SIZE = 128
|
||||
|
Loading…
x
Reference in New Issue
Block a user