Skip to content

Commit

Permalink
fix: Fixed typo in the path
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag Dixit <a.dixit91@gmail.com>
  • Loading branch information
andi4191 committed May 2, 2022
1 parent ba4b103 commit 43fab56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 43fab56

Please sign in to comment.