From 43fab5624281f9496a64e4433210a838152bd173 Mon Sep 17 00:00:00 2001 From: Anurag Dixit Date: Wed, 20 Apr 2022 21:38:05 -0700 Subject: [PATCH] fix: Fixed typo in the path Signed-off-by: Anurag Dixit --- py/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/setup.py b/py/setup.py index 1e272d3d8d..97dde9ed9b 100644 --- a/py/setup.py +++ b/py/setup.py @@ -239,7 +239,7 @@ def run(self): libraries=["torchtrt"], include_dirs=[ dir_path + "torch_tensorrt/csrc", dir_path + "torch_tensorrt/include", - dir_path + "/../bazel-TRTorch/external/tensorrt/include", + dir_path + "/../bazel-Torch-TensorRT/external/tensorrt/include", dir_path + "/../bazel-Torch-TensorRT/external/tensorrt/include", dir_path + "/../" ], extra_compile_args=[