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 022a766 commit 8161a2dCopy full SHA for 8161a2d
_unittests/ut_helpers/test_ort_session_tinyllm.py
@@ -7,7 +7,7 @@
7
from onnxruntime.capi import _pybind_state as ORTC
8
from onnx_diagnostic.ext_test_case import ExtTestCase, hide_stdout, ignore_warnings
9
from onnx_diagnostic.helpers import max_diff
10
-from onnx_diagnostic.rt_helper import make_feeds
+from onnx_diagnostic.helpers.rt_helper import make_feeds
11
from onnx_diagnostic.helpers.ort_session import (
12
InferenceSessionForNumpy,
13
InferenceSessionForTorch,
0 commit comments