We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e08d895 commit 71afcaeCopy full SHA for 71afcae
setup.py
@@ -190,9 +190,9 @@ def build_libtorchtrt_cxx11_abi(
190
cmd.append("--config=jetpack")
191
192
if IS_SBSA:
193
- cmd.append("--config=use_torch_whl")
194
if CI_BUILD:
195
cmd.append("--platforms=//toolchains:aarch64_linux")
+ cmd.append("--//toolchains/dep_src:torch=whl")
196
else:
197
198
cmd.append("--platforms=//toolchains:ci_rhel_x86_64_linux")
0 commit comments