Skip to content

Commit 71afcae

Browse files
committed
test
1 parent e08d895 commit 71afcae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ def build_libtorchtrt_cxx11_abi(
190190
cmd.append("--config=jetpack")
191191

192192
if IS_SBSA:
193-
cmd.append("--config=use_torch_whl")
194193
if CI_BUILD:
195194
cmd.append("--platforms=//toolchains:aarch64_linux")
195+
cmd.append("--//toolchains/dep_src:torch=whl")
196196
else:
197197
if CI_BUILD:
198198
cmd.append("--platforms=//toolchains:ci_rhel_x86_64_linux")

0 commit comments

Comments
 (0)