Skip to content

Commit 45a16c5

Browse files
committed
chore: Modify external trtorch dependency to point to pip installed path
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent eb9e1f6 commit 45a16c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ git_repository(
3535
# This is currently used in pytorch NGC container CI testing.
3636
local_repository(
3737
name = "trtorch",
38-
path = "/opt/pytorch/trtorch"
38+
path = "/opt/conda/lib/python3.8/site-packages/trtorch"
3939
)
4040

4141
# CUDA should be installed on the system locally

0 commit comments

Comments
 (0)