Skip to content

Commit 97eb9e5

Browse files
committed
ut
1 parent 731982a commit 97eb9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_torch_models/test_test_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def test_validate_model_custom_torch(self):
176176
mid,
177177
do_run=True,
178178
verbose=10,
179-
exporter="custom-inline",
179+
exporter="custom-noinline",
180180
dump_folder="dump_test_validate_model_custom_torch",
181181
patch=True,
182182
stop_if_static=2 if pv.Version(torch.__version__) > pv.Version("2.6.1") else 0,

0 commit comments

Comments
 (0)