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 1da999d commit 1cf0e9fCopy full SHA for 1cf0e9f
py/setup.py
@@ -49,6 +49,7 @@ def is_exe(fpath):
49
if BAZEL_EXE is None:
50
sys.exit("Could not find bazel in PATH")
51
52
+
53
def build_libtrtorch_pre_cxx11_abi(develop=True, use_dist_dir=True, cxx11_abi=False):
54
cmd = [BAZEL_EXE, "build"]
55
cmd.append("//cpp/api/lib:libtrtorch.so")
0 commit comments