File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -128,18 +128,18 @@ http_archive(
128
128
# build_file = "@//third_party/tensorrt/local:BUILD"
129
129
#)
130
130
131
- #########################################################################
132
- # Testing Dependencies (optional - comment out on aarch64)
133
- #########################################################################
134
- pip_install (
135
- name = "torch_tensorrt_py_deps" ,
136
- requirements = "//py:requirements.txt" ,
137
- )
138
-
139
- pip_install (
140
- name = "py_test_deps" ,
141
- requirements = "//tests/py:requirements.txt" ,
142
- )
131
+ # # ########################################################################
132
+ # # Testing Dependencies (optional - comment out on aarch64)
133
+ # # ########################################################################
134
+ # pip_install(
135
+ # name = "torch_tensorrt_py_deps",
136
+ # requirements = "//py:requirements.txt",
137
+ # )
138
+
139
+ # pip_install(
140
+ # name = "py_test_deps",
141
+ # requirements = "//tests/py:requirements.txt",
142
+ # )
143
143
144
144
pip_install (
145
145
name = "pylinter_deps" ,
You can’t perform that action at this time.
0 commit comments