Skip to content

Commit 8161a2d

Browse files
committed
fix import
1 parent 022a766 commit 8161a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_unittests/ut_helpers/test_ort_session_tinyllm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from onnxruntime.capi import _pybind_state as ORTC
88
from onnx_diagnostic.ext_test_case import ExtTestCase, hide_stdout, ignore_warnings
99
from onnx_diagnostic.helpers import max_diff
10-
from onnx_diagnostic.rt_helper import make_feeds
10+
from onnx_diagnostic.helpers.rt_helper import make_feeds
1111
from onnx_diagnostic.helpers.ort_session import (
1212
InferenceSessionForNumpy,
1313
InferenceSessionForTorch,

0 commit comments

Comments
 (0)