Skip to content

Commit 9b23d6d

Browse files
committed
Exclude naflex models from jit tests
1 parent 825edcc commit 9b23d6d

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
@@ -78,7 +78,7 @@
7878
EXCLUDE_FILTERS = ['*enormous*']
7979
NON_STD_EXCLUDE_FILTERS = ['*gigantic*', '*enormous*', '*_3b_*']
8080

81-
EXCLUDE_JIT_FILTERS = ['hiera_*']
81+
EXCLUDE_JIT_FILTERS = ['hiera_*', '*naflex*']
8282

8383
TARGET_FWD_SIZE = MAX_FWD_SIZE = 384
8484
TARGET_BWD_SIZE = 128

0 commit comments

Comments
 (0)