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 10cae30 commit 5ab0781Copy full SHA for 5ab0781
py/setup.py
@@ -242,8 +242,7 @@ def run(self):
242
dir_path + "/../bazel-TRTorch/external/tensorrt/include",
243
dir_path + "/../bazel-Torch-TensorRT/external/tensorrt/include",
244
dir_path + "/../bazel-TensorRT/external/tensorrt/include",
245
- dir_path + "/../bazel-tensorrt/external/tensorrt/include",
246
- dir_path + "/../"
+ dir_path + "/../bazel-tensorrt/external/tensorrt/include", dir_path + "/../"
247
],
248
extra_compile_args=[
249
"-Wno-deprecated",
0 commit comments