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 258c55a commit e00c3f3Copy full SHA for e00c3f3
1 file changed
test/evaluator/test_lmeval_ort.py
@@ -7,7 +7,7 @@
7
# The lmeval_ort module imports lm_eval at module load time.
8
pytest.importorskip("lm_eval")
9
10
-from olive.evaluator.lmeval_ort import LMEvalOnnxBase
+from olive.evaluator.lmeval_ort import LMEvalOnnxBase # pylint: disable=wrong-import-position
11
12
13
def test_device_property_has_setter():
0 commit comments