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 5a1315e commit 103b22cCopy full SHA for 103b22c
tests/python/unittest/test_module_load.py
@@ -1,10 +1,4 @@
1
-
2
-try:
3
- import tvm
4
-except ImportError:
5
- curr_path = os.path.abspath(os.path.dirname(__file__))
6
- sys.path.append(os.path.join(curr_path, "../../../python"))
7
+import tvm
8
9
from tvm.contrib import cc, util
10
import ctypes
0 commit comments