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 ac65e56 commit bf24cabCopy full SHA for bf24cab
python/tvm/libinfo.py
@@ -65,7 +65,7 @@ def get_dll_directories():
65
dll_path.extend(split_env_var("PATH", ";"))
66
67
# Pip lib directory
68
- dll_path.append(os.path.join(ffi_dir, ".."))
+ dll_path.append(ffi_dir)
69
# Default cmake build directory
70
dll_path.append(os.path.join(source_dir, "build"))
71
dll_path.append(os.path.join(source_dir, "build", "Release"))
0 commit comments