We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731982a commit 97eb9e5Copy full SHA for 97eb9e5
_unittests/ut_torch_models/test_test_helpers.py
@@ -176,7 +176,7 @@ def test_validate_model_custom_torch(self):
176
mid,
177
do_run=True,
178
verbose=10,
179
- exporter="custom-inline",
+ exporter="custom-noinline",
180
dump_folder="dump_test_validate_model_custom_torch",
181
patch=True,
182
stop_if_static=2 if pv.Version(torch.__version__) > pv.Version("2.6.1") else 0,
0 commit comments