File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
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/conda /lib/python3.8/site -packages/torch_tensorrt"
36
+ path = "/usr/local /lib/python3.8/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/conda /lib/python3.8/site -packages/torch",
58
+ path = "/usr/local /lib/python3.8/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/conda /lib/python3.8/site -packages/torch",
64
+ path = "/usr/local /lib/python3.8/dist -packages/torch",
65
65
build_file = "third_party/libtorch/BUILD"
66
66
)
67
67
You can’t perform that action at this time.
0 commit comments