Skip to content

Commit 6a9f8d0

Browse files
committed
fix: Review comments incorporated
Signed-off-by: Anurag Dixit <[email protected]>
1 parent 26c4a00 commit 6a9f8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/setup.py

Lines changed: 1 addition & 1 deletion
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-Torch-TensorRT/external/tensorrt/include",
242+
dir_path + "/../bazel-TRTorch/external/tensorrt/include",
243243
dir_path + "/../bazel-Torch-TensorRT/external/tensorrt/include", dir_path + "/../"
244244
],
245245
extra_compile_args=[

0 commit comments

Comments
 (0)