Skip to content

Commit 809271b

Browse files
authored
Update test_models.py
1 parent de86314 commit 809271b

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
@@ -14,7 +14,7 @@
1414
torch._C._jit_set_profiling_mode(False)
1515

1616
# transformer models don't support many of the spatial / feature based model functionalities
17-
NON_STD_FILTERS = ['vit_*']
17+
NON_STD_FILTERS = ['vit_*', 'tnt_*']
1818

1919
# exclude models that cause specific test failures
2020
if 'GITHUB_ACTIONS' in os.environ: # and 'Linux' in platform.system():

0 commit comments

Comments
 (0)