Skip to content

Commit

Permalink
chore: Modify external trtorch dependency to point to pip installed path
Browse files Browse the repository at this point in the history
Signed-off-by: Dheeraj Peri <peri.dheeraj@gmail.com>
  • Loading branch information
peri044 committed Oct 18, 2021
1 parent eb9e1f6 commit 45a16c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git_repository(
# This is currently used in pytorch NGC container CI testing.
local_repository(
name = "trtorch",
path = "/opt/pytorch/trtorch"
path = "/opt/conda/lib/python3.8/site-packages/trtorch"
)

# CUDA should be installed on the system locally
Expand Down

0 comments on commit 45a16c5

Please # to comment.