From 45a16c5449107ae58bd03e438870f2f976ba9f27 Mon Sep 17 00:00:00 2001 From: Dheeraj Peri Date: Mon, 18 Oct 2021 13:23:43 -0700 Subject: [PATCH] chore: Modify external trtorch dependency to point to pip installed path Signed-off-by: Dheeraj Peri --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 17b2003ce9..217679811f 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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