File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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/ python3/site -packages/torch_tensorrt/"
36+ path = "/usr/local/lib/ python3.10/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/ python3/site -packages/torch/",
58+ path = "/usr/local/lib/ python3.10/dist -packages/torch/",
5959 build_file = "third_party/libtorch/BUILD"
6060)
6161
6262new_local_repository(
6363 name = "libtorch_pre_cxx11_abi",
64- path = "/opt/ python3/site -packages/torch/",
64+ path = "/usr/local/lib/ python3.10/dist -packages/torch/",
6565 build_file = "third_party/libtorch/BUILD"
6666)
6767
Original file line number Diff line number Diff line change 55
66# Use system installed Python packages
77PYT_PATH = (
8- "/usr/local/lib/python3.8 /dist-packages"
8+ "/usr/local/lib/python3.10 /dist-packages"
99 if not "PYT_PATH" in os .environ
1010 else os .environ ["PYT_PATH" ]
1111)
You can’t perform that action at this time.
0 commit comments