File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ git_repository(
33
33
# This is currently used in pytorch NGC container CI testing.
34
34
local_repository(
35
35
name = "torch_tensorrt",
36
- path = "/opt/ python3/site -packages/torch_tensorrt/"
36
+ path = "/usr/local/lib/ python3.10/dist -packages/torch_tensorrt/"
37
37
)
38
38
39
39
# CUDA should be installed on the system locally
@@ -55,13 +55,13 @@ new_local_repository(
55
55
56
56
new_local_repository(
57
57
name = "libtorch",
58
- path = "/opt/ python3/site -packages/torch/",
58
+ path = "/usr/local/lib/ python3.10/dist -packages/torch/",
59
59
build_file = "third_party/libtorch/BUILD"
60
60
)
61
61
62
62
new_local_repository(
63
63
name = "libtorch_pre_cxx11_abi",
64
- path = "/opt/ python3/site -packages/torch/",
64
+ path = "/usr/local/lib/ python3.10/dist -packages/torch/",
65
65
build_file = "third_party/libtorch/BUILD"
66
66
)
67
67
Original file line number Diff line number Diff line change 5
5
6
6
# Use system installed Python packages
7
7
PYT_PATH = (
8
- "/usr/local/lib/python3.8 /dist-packages"
8
+ "/usr/local/lib/python3.10 /dist-packages"
9
9
if not "PYT_PATH" in os .environ
10
10
else os .environ ["PYT_PATH" ]
11
11
)
You can’t perform that action at this time.
0 commit comments