File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ git_repository(
3333# This is currently used in pytorch NGC container CI testing.
3434local_repository(
3535 name = "torch_tensorrt",
36- path = "/opt/conda /lib/python3.8/site -packages/torch_tensorrt"
36+ path = "/usr/local /lib/python3.8/dist -packages/torch_tensorrt"
3737)
3838
3939# CUDA should be installed on the system locally
@@ -55,13 +55,13 @@ new_local_repository(
5555
5656new_local_repository(
5757 name = "libtorch",
58- path = "/opt/conda /lib/python3.8/site -packages/torch",
58+ path = "/usr/local /lib/python3.8/dist -packages/torch",
5959 build_file = "third_party/libtorch/BUILD"
6060)
6161
6262new_local_repository(
6363 name = "libtorch_pre_cxx11_abi",
64- path = "/opt/conda /lib/python3.8/site -packages/torch",
64+ path = "/usr/local /lib/python3.8/dist -packages/torch",
6565 build_file = "third_party/libtorch/BUILD"
6666)
6767
You can’t perform that action at this time.
0 commit comments