Skip to content

Commit df2f484

Browse files
committed
Disable export for timm-eff-net
1 parent aa5b088 commit df2f484

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/encoders/test_timm_ported_encoders.py

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ class TestTimmEfficientNetEncoder(base.BaseEncoderTester):
2626
)
2727
files_for_diff = ["encoders/timm_efficientnet.py"]
2828

29+
# works with torch 2.4.0, but not with torch 2.5.1
30+
do_test_torch_export = False
31+
2932

3033
class TestTimmGERNetEncoder(base.BaseEncoderTester):
3134
encoder_names = (

0 commit comments

Comments
 (0)