Skip to content

Commit 43fab56

Browse files
committed
fix: Fixed typo in the path
Signed-off-by: Anurag Dixit <[email protected]>
1 parent ba4b103 commit 43fab56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: py/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def run(self):
239239
libraries=["torchtrt"],
240240
include_dirs=[
241241
dir_path + "torch_tensorrt/csrc", dir_path + "torch_tensorrt/include",
242-
dir_path + "/../bazel-TRTorch/external/tensorrt/include",
242+
dir_path + "/../bazel-Torch-TensorRT/external/tensorrt/include",
243243
dir_path + "/../bazel-Torch-TensorRT/external/tensorrt/include", dir_path + "/../"
244244
],
245245
extra_compile_args=[

0 commit comments

Comments
 (0)